diff --git a/CHANGELOG.md b/CHANGELOG.md index 78af60c..2ea3e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/). -### Unreleased +## Unreleased + +## [2022.7.0] ### Added +- has-transformed-position trait for using non-native coordinates to address position - has-dependents trait for informing clients about relationships between daemons ## [2022.5.0] @@ -157,7 +160,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### Added - initial release -[Unreleased]: https://github.com/yaq-project/yaq-traits/compare/v2022.5.0...main +[Unreleased]: https://github.com/yaq-project/yaq-traits/compare/v2022.7.0...main +[2022.7.0]: https://github.com/yaq-project/yaq-traits/compare/v2022.5.0...v2022.7.0 [2022.5.0]: https://github.com/yaq-project/yaq-traits/compare/v2022.3.0...v2022.5.0 [2022.3.0]: https://github.com/yaq-project/yaq-traits/compare/v2021.10.0...v2022.3.0 [2021.10.0]: https://github.com/yaq-project/yaq-traits/compare/v2021.4.0...v2021.10.0 diff --git a/yaq_traits/VERSION b/yaq_traits/VERSION index 8bd9729..a11bd3a 100644 --- a/yaq_traits/VERSION +++ b/yaq_traits/VERSION @@ -1 +1 @@ -2022.5.0 +2022.7.0