diff --git a/.chglog/config.yml b/.chglog/config.yml
index 6b97559..93d618d 100644
--- a/.chglog/config.yml
+++ b/.chglog/config.yml
@@ -2,7 +2,7 @@ style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
- repository_url: https://github.com/syntro-opensource/ansible.silverstripe
+ repository_url: https://github.com/arillso/ansible.restic
options:
commits:
filters:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98d100e..388ff3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,19 +1,37 @@
-
-> @ changelog /Users/mleutenegger/Desktop/Syntro/Ansible/ansible.restic
-> git-chglog 0.2.8..
-
## [Unreleased]
+
+
+## [0.3.0] - 2021-03-25
### 🍰 Added
+- support for basic logging of backup result ([#21](https://github.com/arillso/ansible.restic/issues/21))
- git-chglog
-- github workflows ([#25](https://github.com/syntro-opensource/ansible.silverstripe/issues/25))
-- example for backup syntax ([#24](https://github.com/syntro-opensource/ansible.silverstripe/issues/24))
+- github workflows ([#25](https://github.com/arillso/ansible.restic/issues/25))
+- example for backup syntax ([#24](https://github.com/arillso/ansible.restic/issues/24))
+
+### 🐞 Fixed
+- error when trying to re-initialize b2 repository ([#22](https://github.com/arillso/ansible.restic/issues/22))
+
+### 🔧 Changed
+- set default restic version to `0.12.0` ([#39](https://github.com/arillso/ansible.restic/issues/39))
+- backups can be defined as dicts ([#28](https://github.com/arillso/ansible.restic/issues/28))
+- bump default restic version to `0.11.0` ([#27](https://github.com/arillso/ansible.restic/issues/27))
+- move old changelog
+
+### 🧬 Dependencies
+- robertdebock/molecule-action from 2.6.8 to 2.6.16 ([#34](https://github.com/arillso/ansible.restic/issues/34))
+- robertdebock/galaxy-action from 1.1.0 to 1.1.1 ([#36](https://github.com/arillso/ansible.restic/issues/36))
+- github/super-linter from v3 to v3.15.3 ([#38](https://github.com/arillso/ansible.restic/issues/38))
+- robertdebock/molecule-action from 2.6.4 to 2.6.8 ([#31](https://github.com/arillso/ansible.restic/issues/31))
+- robertdebock/molecule-action from 2.6.3 to 2.6.4 ([#29](https://github.com/arillso/ansible.restic/issues/29))
+- robertdebock/galaxy-action from 1.0.3 to 1.1.0 ([#26](https://github.com/arillso/ansible.restic/issues/26))
## [0.2.8] - 2020-09-08
## History
For versions before 0.2.9, see [HISTORY.md](HISTORY.md)
-[Unreleased]: https://github.com/syntro-opensource/ansible.silverstripe/compare/0.2.8...HEAD
-[0.2.8]: https://github.com/syntro-opensource/ansible.silverstripe/compare/0.2.7...0.2.8
+[Unreleased]: https://github.com/arillso/ansible.restic/compare/0.3.0...HEAD
+[0.3.0]: https://github.com/arillso/ansible.restic/compare/0.2.8...0.3.0
+[0.2.8]: https://github.com/arillso/ansible.restic/compare/0.2.7...0.2.8
diff --git a/package.json b/package.json
index d6613d3..ac82482 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
"scripts": {
- "changelog": "git-chglog 0.2.8.."
+ "release": "git-chglog -o CHANGELOG.md $([[ ! -z $npm_config_next ]] && echo \"--next-tag $npm_config_next\" ) 0.2.8.. "
}
}