From 339f05e4bedbb1e1d0c0e172e1fd57c913e3affb Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Mon, 6 Apr 2026 17:17:31 -0400 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 581e4ce2d..90281def7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/ctrlplanedev/ctrlplane/compare/v1.0.0...v1.1.0) (2026-04-06) + + +### Features + +* **api:** adds order to list deploymentVersions ([#898](https://github.com/ctrlplanedev/ctrlplane/issues/898)) ([c62e858](https://github.com/ctrlplanedev/ctrlplane/commit/c62e8588bfc916a521bebf259383e9b06afd6f63)) +* global variable sets ([#902](https://github.com/ctrlplanedev/ctrlplane/issues/902)) ([34dc2f3](https://github.com/ctrlplanedev/ctrlplane/commit/34dc2f3ba461426ea2c32a95bd20c8741852d7cd)) + + +### Bug Fixes + +* crud operations on var sets trigger reconciliations ([#912](https://github.com/ctrlplanedev/ctrlplane/issues/912)) ([a1b1835](https://github.com/ctrlplanedev/ctrlplane/commit/a1b1835c32ca93b0b5fd3110cfeaa9fd0b598276)) +* include deployment agent configs in v1 responses ([#910](https://github.com/ctrlplanedev/ctrlplane/issues/910)) ([182e45b](https://github.com/ctrlplanedev/ctrlplane/commit/182e45bb44449b067d7651de1d56b319e60444c5)) + ## 1.0.0 (2026-04-01)