Skip to content

Commit

Permalink
Release 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed May 15, 2020
1 parent b0b5d91 commit 71c5bb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

## 0.8

### 0.8.12 (May 15, 2020)
* Fix fallthrough accessor method_missing not passing all options to super
([#364](https://github.com/shioyama/mobility/pull/364), thanks
[doits](https://github.com/doits)!)

### 0.8.11 (May 14, 2020)
* Handle select with block ([#359](https://github.com/shioyama/mobility/pull/359))
* Handle select with block
([#359](https://github.com/shioyama/mobility/pull/359), thanks
[dlcmh](https://github.com/dlcmh)!)

### 0.8.10 (February 11, 2020)
* Enforce case_sensitive comparison for Rails 6.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 0.8.11'
gem 'mobility', '~> 0.8.12'
```

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,5 +1,5 @@
# frozen_string_literal: true

module Mobility
VERSION = "0.8.11"
VERSION = "0.8.12"
end

0 comments on commit 71c5bb6

Please sign in to comment.