diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae66e7..d2943b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [dev] - unreleased ### Added +### Changed +### Removed + +## [0.1.3] - 2022-02-15 +### Added * multidict package requirement * tracking of attributes validation in log [#68](https://github.com/RECETOX/MSMetaEnhancer/issues/68) * CIR: Inchi -> SMILES conversion [#66](https://github.com/RECETOX/MSMetaEnhancer/issues/66) @@ -13,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * passed `multidict` instead of `frozendict` to `aiohttp.ClientSession.post` (required by package) * take only first result when there are multiple hits in CIR conversions [#69](https://github.com/RECETOX/MSMetaEnhancer/issues/69) * support `ISOMERIC_SMILES` and `CANONICAL_SMILES` in PubChem instead of generic `SMILES` [#67](https://github.com/RECETOX/MSMetaEnhancer/issues/67) -### Removed ## [0.1.2] - 2022-01-06 ### Added