Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Nov 2, 2023
1 parent b5e30f3 commit b903933
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v0.3.1 (2023-11-02)
- sync thread safety
- order of magnitude stats
- stats engine
- improve stats aggregation
- lua v1
- thread safety
- postgres adapter

### v0.3.0 (2023-10-04)
- mysql adapter
- faraday version constraint
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.3.0)
network_resiliency (0.3.1)

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.3.0"
VERSION = "0.3.1"
end

0 comments on commit b903933

Please sign in to comment.