Skip to content

Commit cde0aed

Browse files
committed
Prepared release 3.1.8.
1 parent 51fa951 commit cde0aed

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.8 - 2021-11-13
4+
5+
### Fixed
6+
7+
- Tracking of search runtimes in seconds instead of intended milliseconds.
8+
39
## 3.1.7 - 2021-11-09
410

511
### Added

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.7
10+
version: 3.1.8
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.7',
20+
'version' => '3.1.8',
2121
];

0 commit comments

Comments
 (0)