Skip to content

Commit

Permalink
Release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Jun 18, 2022
1 parent 9ae7708 commit 099ce06
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
Expand Up @@ -2,6 +2,11 @@

## 1.2

### 1.2.7
- Do not query same attribute more than once, fixes
[#564](https://github.com/shioyama/mobility/pull/578)
([#577](https://github.com/shioyama/mobility/pull/577))

### 1.2.6
- Require mfa on rubygems
([#545](https://github.com/shioyama/mobility/pull/545))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 1.2.6'
gem 'mobility', '~> 1.2.7'
```

### 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 = 2
TINY = 6
TINY = 7
PRE = nil

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

0 comments on commit 099ce06

Please sign in to comment.