Skip to content

Commit

Permalink
Add changelog and release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Feb 23, 2017
1 parent 8dadb57 commit 9509791
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Mobility Changelog

## 0.1.2

* Fix issues with querying in ActiveRecord jsonb and hstore backends (758608294076249f1a66553c55531fc7897a71e3 and 5e6addd6f01cf255f5e71666324502ace96d3eac)
2 changes: 1 addition & 1 deletion lib/mobility/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mobility
VERSION = "0.1.1"
VERSION = "0.1.2"
end
2 changes: 1 addition & 1 deletion mobility.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'mobility/version'

Gem::Specification.new do |spec|
spec.name = "mobility"
spec.version = "0.1.1"
spec.version = Mobility::VERSION
spec.authors = ["Chris Salzberg"]
spec.email = ["chris@dejimata.com"]

Expand Down

0 comments on commit 9509791

Please sign in to comment.