diff --git a/CHANGELOG.md b/CHANGELOG.md index c13afea..83aa97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to tailbone-corepos will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.1.6] - 2021-08-31 +### Changed +- Add "view in CORE" button when viewing MemberInfo. + ## [0.1.5] - 2021-08-02 ### Changed - Tweak form to make editing CORE product possible. diff --git a/tailbone_corepos/_version.py b/tailbone_corepos/_version.py index 67ed0c1..955f1d8 100644 --- a/tailbone_corepos/_version.py +++ b/tailbone_corepos/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.5' +__version__ = '0.1.6'