Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamoilov committed Sep 17, 2024
1 parent 2fe97c9 commit 167da51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased]

## [1.10.1] - 2024-09-17

### Fixed

- Patch AR pool even if `Rake` is defined (#105).

## [1.10.0] - 2024-09-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/rage/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rage
VERSION = "1.10.0"
VERSION = "1.10.1"
end

0 comments on commit 167da51

Please sign in to comment.