diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a1e6c3b5..c2feab80eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [0.7.0] - 2022-15-02 +## [Unreleased] - YYYY-MM-DD + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +## [0.7.0] - 2022-02-15 ### Added @@ -57,7 +69,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Removed the `Seq2SeqData` base class (use `TranslationData` or `SummarizationData` directly) ([#1128](https://github.com/PyTorchLightning/lightning-flash/pull/1128)) - Removed the ability to attach the `Output` object directly to the model ([#1157](https://github.com/PyTorchLightning/lightning-flash/pull/1157)) -## [0.6.0] - 2021-13-12 +## [0.6.0] - 2021-12-13 ### Added diff --git a/flash/__about__.py b/flash/__about__.py index 2baba8968c..9c4791a7c1 100644 --- a/flash/__about__.py +++ b/flash/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.0" +__version__ = "0.8.0dev" __author__ = "PyTorchLightning et al." __author_email__ = "name@pytorchlightning.ai" __license__ = "Apache-2.0"