diff --git a/CHANGES.md b/CHANGES.md index 7d6380ad4..4f353a6ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +### Changed +### Fixed + +## [0.14.0] - 2023-06-24 ### Added @@ -322,3 +327,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.12.0]: https://github.com/skorch-dev/skorch/compare/v0.11.0...v0.12.0 [0.12.1]: https://github.com/skorch-dev/skorch/compare/v0.12.0...v0.12.1 [0.13.0]: https://github.com/skorch-dev/skorch/compare/v0.12.1...v0.13.0 +[0.14.0]: https://github.com/skorch-dev/skorch/compare/v0.13.0...v0.14.0 diff --git a/VERSION b/VERSION index e06c15d49..a803cc227 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.1dev +0.14.0