Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Jan 25, 2025
1 parent 5837213 commit a776667
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.3

### 1.3.2

- Handle `nil` assignment for PgHash
([#665](https://github.com/shioyama/mobility/pull/665)), thanks
[unavailabl3](https://github.com/unavailabl3)!

### 1.3.1

- Use classify to generate table name
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 1.3.1'
gem 'mobility', '~> 1.3.2'
```

### ActiveRecord (Rails)
Expand Down

0 comments on commit a776667

Please sign in to comment.