Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Sep 27, 2023
1 parent 5b8779d commit 476a0fb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### v0.1.0 (2023-09-26)
- rework faraday adapter
- faraday
- adapter scoped enabled
- scope rspec helper
- adapter tag
- enable disable block mode
- drop ruby 2.7 support
- resiliency
- pointer
- code coverage upgrade
- requirements
- http adapter
- mock http server
- add ddtrace to dev

### v0.0.2 (2023-05-09)
- rename to Network Resiliency
- fix sample variance
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:
network_resiliency (0.0.2)
network_resiliency (0.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/network_resiliency/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NetworkResiliency
VERSION = "0.0.2"
VERSION = "0.1.0"
end

0 comments on commit 476a0fb

Please sign in to comment.