Skip to content

Commit c0374cf

Browse files
release v0.1.3
1 parent 17a2fed commit c0374cf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Idempotent Request Changelog #
22

3+
## v0.1.3 ##
4+
5+
* Fix an issue, when concurrent requests sent to an endpoint won't be protected by idempotency until the 1st request is finished
6+
37
## v0.1.2 ##
48

59
* Fix rack response

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module IdempotentRequest
2-
VERSION = "0.1.2"
2+
VERSION = "0.1.3"
33
end

0 commit comments

Comments
 (0)