Skip to content

Commit

Permalink
Version bump to 0.4.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 8, 2024
1 parent a4c0b8b commit 387c549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.1 (unreleased)
## 0.4.1 (2024-10-07)

- Fixed connection leasing for Active Record 7.2+

Expand Down
2 changes: 1 addition & 1 deletion lib/rollup/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Rollup
# not used in gemspec to avoid superclass mismatch
# be sure to update there as well
VERSION = "0.4.0"
VERSION = "0.4.1"
end
2 changes: 1 addition & 1 deletion rollups.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "rollups"
spec.version = "0.4.0"
spec.version = "0.4.1"
spec.summary = "Rollup time-series data in Rails"
spec.homepage = "https://github.com/ankane/rollup"
spec.license = "MIT"
Expand Down

0 comments on commit 387c549

Please sign in to comment.