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 51fa951 commit cde0aedCopy full SHA for cde0aed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.1.8 - 2021-11-13
4
+
5
+### Fixed
6
7
+- Tracking of search runtimes in seconds instead of intended milliseconds.
8
9
## 3.1.7 - 2021-11-09
10
11
### Added
api/openapi.yaml
@@ -7,7 +7,7 @@ info:
contact:
name: BluePsyduck
email: bluepsyduck@gmx.com
- version: 3.1.7
+ version: 3.1.8
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.7',
+ 'version' => '3.1.8',
21
];
0 commit comments