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 1cd3f88 commit 60546beCopy full SHA for 60546be
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.1.7 - 2021-11-09
4
+
5
+### Added
6
7
+- Tracking for the search requests.
8
9
## 3.1.6 - 2021-10-24
10
11
### Fixed
api/openapi.yaml
@@ -7,7 +7,7 @@ info:
contact:
name: BluePsyduck
email: bluepsyduck@gmx.com
- version: 3.1.6
+ version: 3.1.7
12
servers:
13
- url: https://data-api.factorio-item-browser.com/
config/autoload/base.global.php
@@ -17,5 +17,5 @@
17
ConfigAggregator::ENABLE_CACHE => true,
18
'debug' => false,
19
'name' => 'Factorio Item Browser - API Server',
20
- 'version' => '3.1.6',
+ 'version' => '3.1.7',
21
];
0 commit comments