Skip to content

Commit 7863e7f

Browse files
committed
align code with tag / release
1 parent e02f4fa commit 7863e7f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# VertexClient Changelog
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.
4+
## [v0.11.3] - 2025-01-21
5+
6+
#### Changed
7+
8+
- Fix misalignment between v0.11.2 tag / release and current code state.
49

510
## [v0.11.2] - 2025-01-16
611

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.2'
2+
VERSION = '0.11.3'
33
end

0 commit comments

Comments
 (0)