Skip to content

Commit

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

## [1.10.0] - 2024-09-16

### Changed

- Enable Rage Connection Pool by default (#103).
- Allow to preconfigure the app for selected database (#104).

### Added

- Add `version` and `middleware` CLI commands (#99).

## [1.9.0] - 2024-08-24

### Added
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.9.0"
VERSION = "1.10.0"
end

0 comments on commit 6bf8859

Please sign in to comment.