Update changelog
This commit is contained in:
parent
ff5acea1a0
commit
0aee8fb8f3
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
# Changelog
|
||||
All notable changes to appypod-rattail 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.9.7] - 2022-07-29
|
||||
### Changed
|
||||
- Replace deprecated function call.
|
||||
|
||||
## [0.9.6] - ??
|
||||
### Added
|
||||
- Initial release, after forking from https://github.com/stefanklug/appypod.git
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.6'
|
||||
__version__ = '0.9.7'
|
||||
|
|
Loading…
Reference in a new issue