diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc38939..d9a014e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [1.2.0a] - TBD +## [1.2.0] - 2024-01-11 Adding stereo models. diff --git a/audiocraft/__init__.py b/audiocraft/__init__.py index 840aa263..018a37a7 100644 --- a/audiocraft/__init__.py +++ b/audiocraft/__init__.py @@ -23,4 +23,4 @@ # flake8: noqa from . import data, modules, models -__version__ = '1.2.0a2' +__version__ = '1.2.0'