Skip to content

Commit

Permalink
update version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
keithdoggett committed Nov 15, 2024
1 parent eb475fb commit 92dc81f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 10.0.1 / 2024-11-15

* Fix `Quoting` of RGeo objects #417 (JamesChevalier)
* Fix loading issue in multi-db environments #418 (dorner)

### 10.0.0 / 2024-11-04

* ActiveRecord 7.2 support #405
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/connection_adapters/postgis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ActiveRecord
module ConnectionAdapters
module PostGIS
VERSION = "10.0.0"
VERSION = "10.0.1"
end
end
end

0 comments on commit 92dc81f

Please sign in to comment.