Update changelog

This commit is contained in:
Lance Edgar 2021-08-31 22:45:11 -05:00
parent 1466ba4ea1
commit 984fdc693c
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.1.5'
__version__ = '0.1.6'