Skip to content

Commit e28356c

Browse files
committed
release: prepare v0.8.0
1 parent a34061e commit e28356c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.8.0] - 2026-01-06
9+
10+
### Added
11+
- Feat: add contextforge v1.0.0-beta-1 compatibility
12+
13+
### Build
14+
- Build: update prepare-release script
15+
816
## [0.7.0] - 2025-11-20
917

1018
### Added
@@ -129,6 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129137
### Added
130138
- Initial commit, add contextforge api client sdk, add gateways, servers, prompts, resources, and tools services, add integration test suite, add unit tests
131139

140+
[0.8.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.7.0...v0.8.0
132141
[0.7.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.6.3...v0.7.0
133142
[0.6.3]: https://github.com/leefowlercu/go-contextforge/compare/v0.6.2...v0.6.3
134143
[0.6.2]: https://github.com/leefowlercu/go-contextforge/compare/v0.6.1...v0.6.2

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.7.0"
5+
const Version = "0.8.0"

0 commit comments

Comments
 (0)