Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Dec 24, 2020
1 parent de49970 commit f852a3c
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.0

### 1.0.3
* Ensure regex does not trigger on changes unrelated to translated attributes
([#26](https://github.com/shioyama/friendly_id-mobility/pull/26)) thanks
[kevynlebouille](https://github.com/kevynlebouille)!

### 1.0.2

* Depend on Mobility 1.0.1 to avoid need for `const_get`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'friendly_id-mobility', '~> 1.0.2'
gem 'friendly_id-mobility', '~> 1.0.3'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/mobility/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FriendlyId
module Mobility
VERSION = "1.0.2"
VERSION = "1.0.3"
end
end

0 comments on commit f852a3c

Please sign in to comment.