Skip to content

Commit 58cf4fa

Browse files
committed
bump version
1 parent 583535d commit 58cf4fa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [1.11.0] - 2024-12-18
4+
5+
### Added
6+
7+
- `Rage::OpenAPI` (#109).
8+
9+
### Fixed
10+
11+
- Correctly handle ActiveRecord connections in the environments with `legacy_connection_handling == false` (#108).
12+
313
## [1.10.1] - 2024-09-17
414

515
### Fixed

lib/rage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Rage
4-
VERSION = "1.10.1"
4+
VERSION = "1.11.0"
55
end

0 commit comments

Comments
 (0)