Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Aug 23, 2017
1 parent 0b27550 commit 07a6863
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 0.2

### 0.2.2 (August 23, 2017)
* Set default values in Sequel Jsonb/Hstore backends ([#80](https://github.com/shioyama/mobility/pull/80))

### 0.2.1 (August 20, 2017)

* Fix missing requires in `Mobility::Backends::Sequel::PgHash` ([22df29](https://github.com/shioyama/mobility/commit/22df2946bcccadd7dff0880539ac828c42111adc))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 0.2.1'
gem 'mobility', '~> 0.2.2'
```

Mobility is cryptographically signed. To be sure the gem you install hasn't
Expand Down
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.2.1"
VERSION = "0.2.2"
end

0 comments on commit 07a6863

Please sign in to comment.