We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdae45 commit 178e79aCopy full SHA for 178e79a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.1.8 - 2021-09-25
4
+
5
+### Added
6
7
+- Command for checking the version against the API and automatically updating the Factorio game if required.
8
9
## 2.1.7 - 2021-08-15
10
11
### Added
config/autoload/base.global.php
@@ -17,5 +17,5 @@
17
ConfigAggregator::ENABLE_CACHE => true,
18
'debug' => false,
19
'name' => 'Factorio Item Browser - Export',
20
- 'version' => '2.1.7',
+ 'version' => '2.1.8',
21
];
0 commit comments