diff --git a/.changes/unreleased/Changed-20240812-153847.yaml b/.changes/unreleased/Changed-20240812-153847.yaml deleted file mode 100644 index c4c6f2b..0000000 --- a/.changes/unreleased/Changed-20240812-153847.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Property protect_production was changed into deployment_type -time: 2024-08-12T15:38:47.141652+02:00 diff --git a/.changes/v1.0.0.md b/.changes/v1.0.0.md new file mode 100644 index 0000000..899fff7 --- /dev/null +++ b/.changes/v1.0.0.md @@ -0,0 +1,3 @@ +## v1.0.0 - 2024-08-12 +### Changed +* Property protect_production was changed into deployment_type diff --git a/CHANGELOG.md b/CHANGELOG.md index e2498d4..7e3cbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.0.0 - 2024-08-12 +### Changed +* Property protect_production was changed into deployment_type + ## v0.6.8 - 2024-03-14 ### Security * Updated dependencies and workflows