diff --git a/CHANGELOG.md b/CHANGELOG.md index b06413b67..36d3cde2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 See the [NervesHub documentation] for more information +## [v1.2.0] - 2022-10-18 + +[v1.2.0]: https://github.com/nerves-hub/nerves_hub_web/releases/tag/v1.2.0 + +### Potentially Breaking Change + +* Moved flag for enabling/disabling Delta updates to the `Deployment` instead of + the `Product`. This allows for more granular control over which devices get + Delta updates. This will require migrations to be run before use. + ## [v1.1.0] - 2022-10-07 [v1.1.0]: https://github.com/nerves-hub/nerves_hub_web/releases/tag/v1.1.0 diff --git a/VERSION b/VERSION index 9084fa2f7..26aaba0e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0