Skip to content

Commit a051963

Browse files
committed
release: prepare v0.8.1
1 parent f7f0e51 commit a051963

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.1] - 2026-01-13
9+
10+
### Documentation
11+
- Docs: validate bug reports against v1.0.0-beta-1 and reorganize
12+
813
## [0.8.0] - 2026-01-06
914

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

145+
[0.8.1]: https://github.com/leefowlercu/go-contextforge/compare/v0.8.0...v0.8.1
140146
[0.8.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.7.0...v0.8.0
141147
[0.7.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.6.3...v0.7.0
142148
[0.6.3]: https://github.com/leefowlercu/go-contextforge/compare/v0.6.2...v0.6.3

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.8.0"
5+
const Version = "0.8.1"

0 commit comments

Comments
 (0)