Skip to content

Commit

Permalink
Release 1.3.1 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesaulov committed Sep 30, 2018
1 parent 918e685 commit f9a7b74
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
@@ -1,3 +1,8 @@
# 1.3.1

## Fixed
* Invoke parent serializer method instead of object method with the same names ([@kolasss][]) [#118](https://github.com/nesaulov/surrealist/pull/118)

# 1.3.0

## Added
Expand Down Expand Up @@ -115,3 +120,4 @@
[@past-one]: https://github.com/past-one
[@stefkin]: https://github.com/stefkin
[@gjhenrique]: https://github.com/gjhenrique
[@kolasss]: https://github.com/kolasss
2 changes: 1 addition & 1 deletion lib/surrealist/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Surrealist
# Defines the version of Surrealist
VERSION = '1.3.0'.freeze
VERSION = '1.3.1'.freeze
end

0 comments on commit f9a7b74

Please sign in to comment.