Skip to content

Commit 13df742

Browse files
author
Daniel Jones
committed
docs: Increase version to 1.12.0
1 parent eb8e160 commit 13df742

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased]
8+
## [1.12.0] - 2024-04-08
99
### Added
1010
* Verify keepalive is used by clients by rejecting session reuse on new sockets,
1111
except in case where no-response mode is active
@@ -176,7 +176,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176176
Initial version.
177177

178178

179-
[Unreleased]: https://github.com/DeepLcom/deepl-mock/compare/v1.11.0...HEAD
179+
[1.12.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.11.0...v1.12.0
180180
[1.11.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.10.0...v1.11.0
181181
[1.10.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.9.1...v1.10.0
182182
[1.9.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.9.0...v1.9.1

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepl-mock",
33
"description": "DeepL API mock server",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"author": "DeepL SE <open-source@deepl.com>",
66
"license": "MIT",
77
"repository": "DeepLcom/deepl-mock",

0 commit comments

Comments
 (0)