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 4c9a1fa commit ed2e3d5Copy full SHA for ed2e3d5
2 files changed
History.md
@@ -1,3 +1,7 @@
1
+### 11.1.1 / 2025-11-27
2
+
3
+* Fix usage of `OID::Spatial#wkt_parser` (oleksii-leonov)
4
5
### 11.1.0 / 2025-11-26
6
7
* ActiveRecord 8.1 support #436
lib/active_record/connection_adapters/postgis/version.rb
@@ -3,7 +3,7 @@
module ActiveRecord
module ConnectionAdapters
module PostGIS
- VERSION = "11.1.0"
+ VERSION = "11.1.1"
end
8
9
0 commit comments