Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Feb 3, 2021
1 parent 32f60ef commit 6592302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
v1.0](https://github.com/shioyama/mobility/wiki/Introduction-to-Mobility-v1.0)
for more details on how to upgrade.

### 1.0.6
- Merge options including defaults into backend options
([#502](https://github.com/shioyama/mobility/pull/502))

### 1.0.5
- Fix duping with AR Table backend, fixes
[#490](https://github.com/shioyama/mobility/issues/490)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To use the latest pre-version of Mobility 1.0, add this line to your
application's Gemfile:

```ruby
gem 'mobility', '~> 1.0.5'
gem 'mobility', '~> 1.0.6'
```

### ActiveRecord (Rails)
Expand Down
2 changes: 1 addition & 1 deletion lib/mobility/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.gem_version
module VERSION
MAJOR = 1
MINOR = 0
TINY = 5
TINY = 6
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
Expand Down

0 comments on commit 6592302

Please sign in to comment.