diff --git a/audiomentations/__init__.py b/audiomentations/__init__.py index c036c4a8..5ae8fbe9 100644 --- a/audiomentations/__init__.py +++ b/audiomentations/__init__.py @@ -37,4 +37,4 @@ from .spec_augmentations.spec_channel_shuffle import SpecChannelShuffle from .spec_augmentations.spec_frequency_mask import SpecFrequencyMask -__version__ = "0.29.0" +__version__ = "0.30.0" diff --git a/docs/changelog.md b/docs/changelog.md index bc92ba7c..37c6fd4a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. 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). +## [0.30.0] - 2023-05-02 + +### Added + +* Add `AdjustDuration` transform + +### Fixed + +* Fix a bug where too loud inputs got wrap distortion when running them through `Mp3Compression` + ## [0.29.0] - 2023-03-15 ### Added