diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c915a..a085eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog +## [0.1.1] - 2023-10-09 + +_Administrative release, no functional changes_ + ## [0.1.0] - 2023-09-16 _Initial release._ +[0.1.1]: https://github.com/athena-framework/clock/releases/tag/v0.1.1 [0.1.0]: https://github.com/athena-framework/clock/releases/tag/v0.1.0 diff --git a/shard.yml b/shard.yml index 19d9fac..ff359e9 100644 --- a/shard.yml +++ b/shard.yml @@ -1,6 +1,6 @@ name: athena-clock -version: 0.1.0 +version: 0.1.1 crystal: '>= 0.36.0' diff --git a/src/athena-clock.cr b/src/athena-clock.cr index ba8a630..a9170ab 100644 --- a/src/athena-clock.cr +++ b/src/athena-clock.cr @@ -38,7 +38,7 @@ alias ACLK = Athena::Clock class Athena::Clock include Athena::Clock::Interface - VERSION = "0.1.0" + VERSION = "0.1.1" # Represents the global clock used by all `Athena::Clock` instances. #