Skip to content

Commit 5f57ca5

Browse files
committed
release: prepare v0.6.2
1 parent 63ae3b1 commit 5f57ca5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.2] - 2025-11-19
9+
10+
### Fixed
11+
- Fix(release): create tag after commit amend to prevent tag drift
12+
- Fix(release): create temporary tag for goreleaser validation
13+
14+
815
## [0.6.1] - 2025-11-19
916

1017
### Fixed
@@ -97,6 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97104
### Added
98105
- Initial commit, add contextforge api client sdk, add gateways, servers, prompts, resources, and tools services, add integration test suite, add unit tests
99106

107+
[0.6.2]: https://github.com/leefowlercu/go-contextforge/compare/v0.6.1...v0.6.2
100108
[0.6.1]: https://github.com/leefowlercu/go-contextforge/compare/v0.4.0...v0.6.1
101109
[0.6.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.4.0...v0.6.0
102110
[0.5.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.4.0...v0.5.0

contextforge/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package contextforge
22

33
// Version is the current release version of the go-contextforge SDK.
44
// This version is included in the User-Agent header for all API requests.
5-
const Version = "0.6.1"
5+
const Version = "0.6.2"

0 commit comments

Comments
 (0)