Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Feb 5, 2023
1 parent 47d6d2d commit 41f238d
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.0

### 1.0.4
* Convert field from symbol to string value when comparing with
`mobility_attributes`
([#29](https://github.com/shioyama/friendly_id-mobility/pull/29)) thanks
[mrbrdo](https://github.com/mrbrdo)

### 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
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.3'
gem 'friendly_id-mobility', '~> 1.0.4'
```

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.3"
VERSION = "1.0.4"
end
end

0 comments on commit 41f238d

Please # to comment.