diff --git a/CHANGELOG.md b/CHANGELOG.md index cf085e2..d4eea77 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] +## [0.6.0](https://github.com/ddebeau/zfs_uploader/compare/0.5.0...0.6.0) 2021-08-29 ### Changed diff --git a/zfs_uploader/__init__.py b/zfs_uploader/__init__.py index 44899b5..65f935f 100644 --- a/zfs_uploader/__init__.py +++ b/zfs_uploader/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.0' +__version__ = '0.6.0' BACKUP_DB_FILE = 'backup.db' DATETIME_FORMAT = '%Y%m%d_%H%M%S'