Skip to content

Commit

Permalink
Bump version to 0.11.1 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nht007 committed Dec 5, 2024
1 parent 87a224a commit 44e8559
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vertex_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module VertexClient
VERSION = '0.11.0'
VERSION = '0.11.1'
end

0 comments on commit 44e8559

Please sign in to comment.