Skip to content

Commit

Permalink
docs: Increase version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed Apr 8, 2024
1 parent eb8e160 commit 13df742
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


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


[Unreleased]: https://github.com/DeepLcom/deepl-mock/compare/v1.11.0...HEAD
[1.12.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/DeepLcom/deepl-mock/compare/v1.9.1...v1.10.0
[1.9.1]: https://github.com/DeepLcom/deepl-mock/compare/v1.9.0...v1.9.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deepl-mock",
"description": "DeepL API mock server",
"version": "1.11.0",
"version": "1.12.0",
"author": "DeepL SE <[email protected]>",
"license": "MIT",
"repository": "DeepLcom/deepl-mock",
Expand Down

0 comments on commit 13df742

Please sign in to comment.