Skip to content

Commit 96723c1

Browse files
committed
update changelog and version file
1 parent 9b1c9d1 commit 96723c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.2] - 2025-01-16
6+
7+
#### Changed
8+
9+
- Take country code into account when determining applicable state tax rate in fallback quotation context.
10+
511
## [v0.11.1] - 2024-12-05
612

713
#### 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.1'
2+
VERSION = '0.11.2'
33
end

0 commit comments

Comments
 (0)