Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Jun 18, 2022
1 parent ac85907 commit f101a5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 1.2

### 1.2.8
- Fix issues with subclassing, such as when using AR STI,
fixes [#566](https://github.com/shioyama/mobility/issues/566)
([#568](https://github.com/shioyama/mobility/pull/568))
- Handle attribute_method_matchers rename (part of #560)

### 1.2.7
- Do not query same attribute more than once, fixes
[#564](https://github.com/shioyama/mobility/pull/578)
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.7'
gem 'mobility', '~> 1.2.8'
```

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

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

0 comments on commit f101a5d

Please sign in to comment.