Skip to content

Commit

Permalink
update version: 0.11.0 -> 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcain3389 committed Jan 9, 2025
1 parent 6a72a0b commit 7552ba6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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
- Fix GitHub Actions CI test failures (lock Rack version, require OpenStruct, use `underscore` instead of `snakecase`, use Checkout V4 instead of V3)

## [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 7552ba6

Please sign in to comment.