diff --git a/CHANGELOG.md b/CHANGELOG.md index e593a16..9d328b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file tracks all the changes (https://keepachangelog.com/en/1.0.0/) made to the client. This allows parsers such as Dependabot to provide a clean overview in pull requests. +## [v0.11.2] - 2025-01-16 + +#### Changed + +- Take country code into account when determining applicable state tax rate in fallback quotation context. + ## [v0.11.1] - 2024-12-05 #### Changed diff --git a/lib/vertex_client/version.rb b/lib/vertex_client/version.rb index fcbac7f..d905415 100644 --- a/lib/vertex_client/version.rb +++ b/lib/vertex_client/version.rb @@ -1,3 +1,3 @@ module VertexClient - VERSION = '0.11.1' + VERSION = '0.11.2' end