diff --git a/CHANGELOG.md b/CHANGELOG.md index 452d8c6f..632414fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,28 @@ ## [Unreleased] - -## 0.0.1-beta.1 - 2021-06-19 + +## [v0.1.0-beta.1] - 2021-06-26 +### Bugfix +- add yaml struct tags for consistent configfile parsing + +### Docs +- rewrite examples to show both yaml and env var examples as well as switching to the full integration url rather then just ID + +### Refactor +- standardize inputs across flags, env vars, and yaml. Also include more imports to support a wider varity of source input data + + + +## [v0.0.1-beta.2] - 2021-06-19 +### Release +- use aws ecr alias +- remove github docker registry publish +- add windows binary cross compile + + + +## v0.0.1-beta.1 - 2021-06-19 ### Docs - fix amazon ECR links to use new repo alias - flesh out readme with usage and install instructions @@ -12,4 +32,6 @@ - add ability to scrape git commit info if available -[Unreleased]: https://github.com/OpsLevel/cli/compare/0.0.1-beta.1...HEAD +[Unreleased]: https://github.com/OpsLevel/cli/compare/v0.1.0-beta.1...HEAD +[v0.1.0-beta.1]: https://github.com/OpsLevel/cli/compare/v0.0.1-beta.2...v0.1.0-beta.1 +[v0.0.1-beta.2]: https://github.com/OpsLevel/cli/compare/v0.0.1-beta.1...v0.0.1-beta.2