Skip to content

Commit 642b57e

Browse files
committed
docs: update changelog
1 parent 1d92e3c commit 642b57e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.4.0] - 2025-11-09
9+
10+
### Added
11+
- Add teams service
12+
13+
### Documentation
14+
- Add teams service example program
15+
- Add upstream bug reports for teams service bugs
16+
- Update in-code service documentation for gateways and tools services
17+
- Update project documentation
18+
- Update readme for accuracy regarding service toggle endpoints inconsistency
19+
20+
### Tests
21+
- Add teams service unit tests and integration tests
22+
- Fix integration tests after client creation functionality update
23+
- Update integration test helpers
24+
- Update integration test setup and teardown script to store helper files in project root tmp/ directory
25+
26+
## [0.3.0] - 2025-11-09
27+
28+
### Added
29+
- Standardize on new sdk client baseurl parameter requirement
30+
31+
### Tests
32+
- Skip resources service toggle unit test until upstream bug is fixed
33+
834
## [0.2.1] - 2025-11-09
935

1036
### Documentation
@@ -28,6 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2854
### Added
2955
- Initial commit, add contextforge api client sdk, add gateways, servers, prompts, resources, and tools services, add integration test suite, add unit tests
3056

57+
[0.4.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.3.0...v0.4.0
58+
[0.3.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.2.1...v0.3.0
3159
[0.2.1]: https://github.com/leefowlercu/go-contextforge/compare/v0.2.0...v0.2.1
3260
[0.2.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.1.0...v0.2.0
3361
[0.1.0]: https://github.com/leefowlercu/go-contextforge/releases/tag/v0.1.0

0 commit comments

Comments
 (0)