Skip to content

Commit 60546be

Browse files
committed
Prepared release 3.1.7.
1 parent 1cd3f88 commit 60546be

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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+
## 3.1.7 - 2021-11-09
4+
5+
### Added
6+
7+
- Tracking for the search requests.
8+
39
## 3.1.6 - 2021-10-24
410

511
### Fixed

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
contact:
88
name: BluePsyduck
99
email: bluepsyduck@gmx.com
10-
version: 3.1.6
10+
version: 3.1.7
1111

1212
servers:
1313
- url: https://data-api.factorio-item-browser.com/

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 Server',
20-
'version' => '3.1.6',
20+
'version' => '3.1.7',
2121
];

0 commit comments

Comments
 (0)