Skip to content

Commit 18eeeb7

Browse files
committed
Prepared release 1.1.0.
1 parent cf7c909 commit 18eeeb7

File tree

5 files changed

+18
-22
lines changed

5 files changed

+18
-22
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.1.0 - 2021-05-27
4+
5+
### Added
6+
7+
- Parameter `first` to the job list request.
8+
39
## 1.0.2 - 2021-05-24
410

511
### Changed

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.0.2
11+
version: 1.1.0
1212
servers:
1313
- url: https://combination-api.factorio-item-browser.com/
1414
description: Live API server

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bluepsyduck/mapper-manager": "^1.2",
2121
"doctrine/orm": "^2.6",
2222
"factorio-item-browser/common": "^1.3",
23-
"factorio-item-browser/combination-api-client": "dev-master as 1.1",
23+
"factorio-item-browser/combination-api-client": "^1.1",
2424
"laminas/laminas-config-aggregator": "^1.4",
2525
"laminas/laminas-diactoros": "^2.5",
2626
"laminas/laminas-log": "^2.13",

composer.lock

Lines changed: 9 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.2',
19+
'version' => '1.1.0',
2020
];

0 commit comments

Comments
 (0)