mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Release changelog
This commit is contained in:
parent
eb340c1e1f
commit
eb700fb2ce
20
CHANGELOG.md
20
CHANGELOG.md
@ -20,6 +20,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
<!-- For changes in existing functionality. -->
|
||||
### Deprecated
|
||||
<!-- For soon-to-be removed features. -->
|
||||
### Removed
|
||||
<!-- For now removed features. -->
|
||||
### Fixed
|
||||
|
||||
### Security
|
||||
|
||||
### Internal
|
||||
|
||||
## [2.1.0] - 2022-10-07
|
||||
|
||||
### Added
|
||||
|
||||
- Mini Constellation: Try out Constellation locally without any cloud subscription required just with one command: `constellation mini up`
|
||||
@ -58,5 +75,6 @@ Vulnerability inside the Go standard library fixed by updating to Go 1.19.2:
|
||||
|
||||
Initial release of Constellation.
|
||||
|
||||
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v2.0.0...HEAD
|
||||
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v2.1.0...HEAD
|
||||
[2.1.0]: https://github.com/edgelesssys/constellation/compare/v2.0.0...v2.1.0
|
||||
[2.0.0]: https://github.com/edgelesssys/constellation/releases/tag/v2.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user