Skip to content

Commit

Permalink
Preparing for release, 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 9, 2018
1 parent 508d986 commit 19072ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 19072ab

Please sign in to comment.