We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583535d commit 58cf4faCopy full SHA for 58cf4fa
CHANGELOG.md
@@ -1,5 +1,15 @@
1
## [Unreleased]
2
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
13
## [1.10.1] - 2024-09-17
14
15
### Fixed
lib/rage/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Rage
- VERSION = "1.10.1"
+ VERSION = "1.11.0"
end
0 commit comments