File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.14.2]
8+ - Fix Merged Pet Parent instanciation
9+
710## [ 0.14.1]
811- Convert API exception into KB::Error for admin ` merge! ` endpoint
912
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def merge!(duplicated_pet_parent_key)
3030 end
3131
3232 response = KB ::ClientResolver . admin . request ( "petparents?#{ params . to_query } " , method : :put )
33- from_api response
33+ PetParent . from_api response
3434 rescue Faraday ::Error => e
3535 raise KB ::Error . from_faraday ( e )
3636 end
Original file line number Diff line number Diff line change 11module KB
2- VERSION = '0.14.1 ' . freeze
2+ VERSION = '0.14.2 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments