From 44e855981d6e8aef38e1ab0921ac4d4740f35f86 Mon Sep 17 00:00:00 2001 From: "Tien H. Nguyen" Date: Thu, 5 Dec 2024 15:45:21 -0500 Subject: [PATCH] Bump version to 0.11.1 and update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ lib/vertex_client/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91963de..f7b9d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1] - 2024-12-05 + +#### Changed + +- Remove international quotation fallback rates to match Vertex level discontinuation of international sales tax collection +- Adjust domestic quotation fallback rates to better match current Vertex rates + ## [v0.11.0] - 2024-04-03 #### Changed diff --git a/lib/vertex_client/version.rb b/lib/vertex_client/version.rb index 9646930..fcbac7f 100644 --- a/lib/vertex_client/version.rb +++ b/lib/vertex_client/version.rb @@ -1,3 +1,3 @@ module VertexClient - VERSION = '0.11.0' + VERSION = '0.11.1' end