diff --git a/CHANGELOG.md b/CHANGELOG.md index 3766051..1305c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Forthcoming +## v1.2.0 + +- Add `chromatic` parameter for `from_note_index`. +- Add `7(b9)`, `6b5` qualities. +- Contributor: @Moustov, @hejops + ## v1.1.1 - Add `m11` and `maj13` qualities. diff --git a/setup.py b/setup.py index d81f5dc..a9acdf3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import sys from setuptools import setup, find_packages -version = '1.1.1' +version = '1.2.0' CURRENT_PYTHON = sys.version_info[:2] REQUIRED_PYTHON = (3, 6)