diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8b8e4..7472a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - - -[unreleased]: https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/main...HEAD +## [Unreleased](https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/v1.0.1...HEAD) ## [v1.0.0](https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/v0.1.1...v1.0.0) - 2024-11-20 ### Added - Initial release of the provider + +## [v1.0.1](https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/main...v1.0.1) - 2024-11-26 + +### Fixed + +- fix: Update API client and fix GitHub workflows @Omicron7 (#6) + +### Dependency Updates + +- Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.15.0 @dependabot (#3)