diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8ec89..30fcc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -# 0.9.0+ - [Unreleased] +# 0.9.1 - 2020-09-27 ## Added - Support `.ssh` directory in the `blockchain` directory (not included in the Blockchain by default) diff --git a/autoblockchainify/version.py b/autoblockchainify/version.py index 2d78f9a..25c1454 100644 --- a/autoblockchainify/version.py +++ b/autoblockchainify/version.py @@ -18,4 +18,4 @@ # along with this program. If not, see . # -VERSION = '0.9.0+' +VERSION = '0.9.1'