Skip to content

Commit 92dc81f

Browse files
committed
update version and history
1 parent eb475fb commit 92dc81f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 10.0.1 / 2024-11-15
2+
3+
* Fix `Quoting` of RGeo objects #417 (JamesChevalier)
4+
* Fix loading issue in multi-db environments #418 (dorner)
5+
16
### 10.0.0 / 2024-11-04
27

38
* ActiveRecord 7.2 support #405

lib/active_record/connection_adapters/postgis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ActiveRecord
44
module ConnectionAdapters
55
module PostGIS
6-
VERSION = "10.0.0"
6+
VERSION = "10.0.1"
77
end
88
end
99
end

0 commit comments

Comments
 (0)