Skip to content

Commit a8ff5b1

Browse files
committed
Prepared release 1.2.1.
1 parent 12d392a commit a8ff5b1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.1 - 2021-05-24
4+
5+
### Changed
6+
7+
- PHP version from 7.4 to 8.0.
8+
39
## 1.2.0 - 2021-02-18
410

511
## Changed

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
1919
'name' => 'Factorio Item Browser - Api Import',
20-
'version' => '1.2.0',
20+
'version' => '1.2.1',
2121
];

0 commit comments

Comments
 (0)