diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de4543..7fd3a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## [Unreleased] +## 1.0.1 - [Unreleased] + +## [1.0.0] - 2024-06-28 ### Added - Initial version, with syncing, and the legacy endpoint. -[0.0.1]: https://github.com/reload/combine/compare/ve51dbae5b81d5483caf2ce14371fc3c3b5163ee2...HEAD +[Unreleased]: https://github.com/reload/combine.git/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/reload/combine.git/releases/tag/v1.0.0 diff --git a/shard.yml b/shard.yml index 01c0376..dc1a94d 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: combine -version: 0.1.0 +version: 1.0.0 authors: - Thomas Fini Hansen