diff --git a/CHANGELOG.md b/CHANGELOG.md index f24cc14..3ab076e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,8 @@ All notable changes to `semchunk` will be documented here. This project adheres ### Added - Added the `chunk()` function, which splits text into semantically meaningful chunks of a specified size as determined by a provided token counter. +[2.0.0]: https://github.com/umarbutler/semchunk/compare/v1.0.1...v2.0.0 +[1.0.1]: https://github.com/umarbutler/semchunk/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/umarbutler/semchunk/compare/v0.3.2...v1.0.0 [0.3.2]: https://github.com/umarbutler/semchunk/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/umarbutler/semchunk/compare/v0.3.0...v0.3.1