summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-12-14 18:12:30 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-14 18:12:30 -0800
commit1bbdb0a4fa468ad1e7ae1acb831144eea81e5244 (patch)
tree51259b55186f1e7bb05b664becad651fafbf01e6 /CHANGELOG.md
parentf8829ce8ad99904768fd2487ce6386178ba99168 (diff)
downloadrestic-operator-1bbdb0a4fa468ad1e7ae1acb831144eea81e5244.tar.gz
restic-operator-1bbdb0a4fa468ad1e7ae1acb831144eea81e5244.tar.zst
restic-operator-1bbdb0a4fa468ad1e7ae1acb831144eea81e5244.zip
chore: release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4b7528..a072f61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.1.2](https://github.com/ansg191/restic-operator/compare/restic-operator-v0.1.1...restic-operator-v0.1.2) - 2024-12-15
+
+### Other
+
+- move CRD gen from build.rs to xtask
+- Add pre-release CI
+
## [0.1.1](https://github.com/ansg191/restic-operator/compare/restic-operator-v0.1.0...restic-operator-v0.1.1) - 2024-12-15
### Fixed