Update changelog

This commit is contained in:
Lance Edgar 2022-07-29 13:48:11 -05:00
parent ff5acea1a0
commit 0aee8fb8f3
2 changed files with 15 additions and 1 deletions

14
CHANGELOG.md Normal file
View 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

View file

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