diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bfbe2b..1fabec34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + + +## v0.1.4 + +### Added + * `FilteredMetaDatasest` filter the classes used to sample tasks. * `UnionMetaDatasest` to get the union of multiple MetaDatasets. * Alias `MiniImageNetCNN` to `CNN4` and add `embedding_size` argument. @@ -24,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated reference for citations. -### Fixed - ## v0.1.3 diff --git a/learn2learn/_version.py b/learn2learn/_version.py index 8ce9b362..7525d199 100644 --- a/learn2learn/_version.py +++ b/learn2learn/_version.py @@ -1 +1 @@ -__version__ = '0.1.3' +__version__ = '0.1.4'