Skip to content

Commit

Permalink
Release 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Jun 24, 2022
1 parent 98400b7 commit e3a0e16
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.9
- Fix missing method `mobility_attribute?` on Rails 7
([#582](https://github.com/shioyama/mobility/pull/582) and
[#584](https://github.com/shioyama/mobility/pull/584))

### 1.2.8
- Fix issues with subclassing, such as when using AR STI,
fixes [#566](https://github.com/shioyama/mobility/issues/566)
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.8'
gem 'mobility', '~> 1.2.9'
```

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

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

0 comments on commit e3a0e16

Please sign in to comment.