chore(version): release 1.7.2

This commit is contained in:
Kevin Pheasey 2020-05-18 11:21:44 -04:00
parent 1d2eab2510
commit 7e2289006c
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [unreleased]
## [1.7.2] - 2020-05-18
### Fixed
- Relationship#record_type_for does not assign static record type for polymorphic relationships (#83)

View File

@ -48,7 +48,7 @@ article in the `docs` folder for any questions related to methodology.
Add this line to your application's Gemfile:
```ruby
gem 'fast_jsonapi', '~> 1.7.1', git: 'https://github.com/fast-jsonapi/fast_jsonapi'
gem 'fast_jsonapi', '~> 1.7.2', git: 'https://github.com/fast-jsonapi/fast_jsonapi'
```
Execute:

View File

@ -1,3 +1,3 @@
module FastJsonapi
VERSION = '1.7.1'.freeze
VERSION = '1.7.2'.freeze
end