Skip to content

Commit eb0890a

Browse files
committed
Prepared release 1.1.2.
1 parent 030f9ce commit eb0890a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 1.1.2 - 2021-07-21
4+
5+
### Fixed
6+
7+
- Validation request returning a combination as invalid if a request to the Factorio mod Portal has failed. Now a 503
8+
status code is returned in these cases.
9+
310
## 1.1.1 - 2021-06-21
411

512
### Added

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
contact:
99
name: BluePsyduck
1010
email: bluepsyduck@gmx.com
11-
version: 1.1.1
11+
version: 1.1.2
1212
servers:
1313
- url: https://combination-api.factorio-item-browser.com/
1414
description: Live API server

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
return [
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
19-
'version' => '1.1.1',
19+
'version' => '1.1.2',
2020
];

0 commit comments

Comments
 (0)