Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Feb 6, 2024
1 parent b53cbb8 commit c4e4304
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.15.1 (2024-02-06)
- fail open errors
- simplify
- scope exception catching

### v0.15.0 (2023-10-13)
- drop ddog 0.54
- add lockfile
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
berater (0.15.0)
berater (0.15.1)
meddleware (>= 0.3)
redis (>= 3)

Expand Down Expand Up @@ -65,4 +65,4 @@ DEPENDENCIES
timecop

BUNDLED WITH
2.3.17
2.4.21
2 changes: 1 addition & 1 deletion lib/berater/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Berater
VERSION = "0.15.0"
VERSION = "0.15.1"
end

0 comments on commit c4e4304

Please sign in to comment.