Skip to content

Commit

Permalink
V1.0.4 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah-gs committed Jun 8, 2022
1 parent 4bc3ae7 commit 1b015d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.0.4 2022-06-08
- Fix bug where callbacks were shared between unrelated child client class ([#130](https://github.com/nxt-insurance/nxt_http_client/pull/130))

# v1.0.3 2022-02-08

- Relax dependency version constraints, allow activesupport < 8
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nxt_http_client (1.0.3)
nxt_http_client (1.0.4)
activesupport (< 8.0)
nxt_registry
typhoeus
Expand Down
2 changes: 1 addition & 1 deletion lib/nxt_http_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NxtHttpClient
VERSION = "1.0.3"
VERSION = "1.0.4"
end

0 comments on commit 1b015d0

Please sign in to comment.