diff --git a/CHANGELOG.md b/CHANGELOG.md index 979c9a5..ae1580d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -## 5.1.0 (Next) +## 5.1.0 (2018/11/09) * [#61](https://github.com/mongoid/mongoid-geospatial/pull/64): Add global configuration for switching between LngLat and LatLng - [@dblock](https://github.com/dblock). * [#59](https://github.com/mongoid/mongoid-geospatial/pull/59), [#65](https://github.com/mongoid/mongoid-geospatial/pull/65): Test against Mongoid 5, 6 and 7 - [@dblock](https://github.com/dblock). * [#52](https://github.com/mongoid/mongoid-geospatial/pull/52), [#70](https://github.com/mongoid/mongoid-geospatial/pull/70): Added Danger and Rubocop, PR and code linters - [@dblock](https://github.com/dblock). -* Your contribution here. ## 5.0.0 (2015/07/23) diff --git a/lib/mongoid/geospatial/version.rb b/lib/mongoid/geospatial/version.rb index 22ca385..f92c9dd 100644 --- a/lib/mongoid/geospatial/version.rb +++ b/lib/mongoid/geospatial/version.rb @@ -1,6 +1,6 @@ module Mongoid # Mongoid Geospatial version module Geospatial - VERSION = '5.0.0'.freeze + VERSION = '5.1.0'.freeze end end