Skip to content

Commit 0e9ca25

Browse files
committed
Bump version and update CHANGELOG
1 parent a4107a9 commit 0e9ca25

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.11.2] - 2024-09-06
4+
5+
- Simplify the getters to not use memoization
6+
37
## [0.11.1] - 2024-09-06
48

59
- Ensure the litestream initializer handles `nil`s

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
litestream (0.11.1)
4+
litestream (0.11.2)
55
actionpack (>= 7.0)
66
actionview (>= 7.0)
77
activejob (>= 7.0)

lib/litestream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Litestream
2-
VERSION = "0.11.1"
2+
VERSION = "0.11.2"
33
end

0 commit comments

Comments
 (0)