Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Sep 6, 2024
1 parent a4107a9 commit 0e9ca25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.11.2] - 2024-09-06

- Simplify the getters to not use memoization

## [0.11.1] - 2024-09-06

- Ensure the litestream initializer handles `nil`s
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:
litestream (0.11.1)
litestream (0.11.2)
actionpack (>= 7.0)
actionview (>= 7.0)
activejob (>= 7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/litestream/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Litestream
VERSION = "0.11.1"
VERSION = "0.11.2"
end

0 comments on commit 0e9ca25

Please sign in to comment.