Skip to content

Commit 7552ba6

Browse files
committed
update version: 0.11.0 -> 0.11.1
1 parent 6a72a0b commit 7552ba6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [v0.11.1] - 2024-12-05
6+
7+
#### Changed
8+
9+
- Remove international quotation fallback rates to match Vertex level discontinuation of international sales tax collection
10+
- Adjust domestic quotation fallback rates to better match current Vertex rates
11+
- Fix GitHub Actions CI test failures (lock Rack version, require OpenStruct, use `underscore` instead of `snakecase`, use Checkout V4 instead of V3)
12+
513
## [v0.11.0] - 2024-04-03
614

715
#### Changed

lib/vertex_client/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module VertexClient
2-
VERSION = '0.11.0'
2+
VERSION = '0.11.1'
33
end

0 commit comments

Comments
 (0)