Skip to content

Commit

Permalink
bump: version 3.0.0 → 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aisbergg committed Jan 28, 2022
1 parent 1f911b2 commit 9c83784
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.1.0
commit = true
message = bump: version {current_version} → {new_version}
tag = true
Expand Down
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,30 @@

All notable changes to this project will be documented in this file.

- [3.1.0 (2022-01-28)](#3.1.0-2022-01-28)
- [3.0.0 (2021-10-12)](#300-2021-10-12)
- [2.0.0 (2021-04-02)](#200-2021-04-02)
- [1.0.0 (2020-08-25)](#100-2020-08-25)

---

<a name="3.1.0"></a>
## [3.1.0](https://github.com/aisbergg/ansible-role-zfs/compare/v3.0.0...3.1.0) (2022-01-28)

### Bug Fixes

- correct 'boolean' test name
- update zrepl PGP key

### CI Configuration

- fix automatic release and publish process

### Chores

- include changelog in bump commits


<a name="3.0.0"></a>
## [3.0.0](https://github.com/aisbergg/ansible-role-zfs/compare/v2.0.0...v3.0.0) (2021-10-12)

Expand All @@ -26,14 +45,21 @@ All notable changes to this project will be documented in this file.
### Code Refactoring

- rename variables, add assertions and other modifications
- major overhaul

### Documentation

- **README.md:** add proper documentation


<a name="2.0.0"></a>
## [2.0.0]() (2021-04-02)
## [2.0.0](https://github.com/aisbergg/ansible-role-zfs/compare/v1.0.0...v2.0.0) (2021-04-02)

### Code Refactoring

- major overhaul


<a name="1.0.0"></a>
## [1.0.0]() (2020-08-25)

Initial Release

0 comments on commit 9c83784

Please sign in to comment.