diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2954c..85ec7aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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](https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/v1.2.0...HEAD) +## [Unreleased](https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/v1.3.0...HEAD) ## [v1.0.0](https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/v0.1.1...v1.0.0) - 2024-11-20 @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the provider +## [v1.3.0](https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/v1.2.0...v1.3.0) - 2025-01-27 + +### Added + +- feat(project_view): Add project view resource and data source @Omicron7 (#20) + +### Dependency Updates + +- chore(gomod): bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#19) + ## [v1.2.0](https://github.com/CruGlobal/terraform-provider-semaphoreui/compare/v1.1.0...v1.2.0) - 2025-01-23 ### Fixed @@ -44,7 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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