release v0.1.3

This commit is contained in:
Dmytro Zakharov 2018-06-29 17:10:30 +02:00
parent 17a2fed1f6
commit c0374cf032
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Idempotent Request Changelog # # Idempotent Request Changelog #
## v0.1.3 ##
* Fix an issue, when concurrent requests sent to an endpoint won't be protected by idempotency until the 1st request is finished
## v0.1.2 ## ## v0.1.2 ##
* Fix rack response * Fix rack response

View File

@ -1,3 +1,3 @@
module IdempotentRequest module IdempotentRequest
VERSION = "0.1.2" VERSION = "0.1.3"
end end