diff --git a/CHANGELOG.md b/CHANGELOG.md index 75eaac5..3c005b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ -1.1 -=== -- Start with generic negromate command with entry points for other modules -- Move image generating code to utils -- Migrate setup to pep517 +# Changelog + +## 1.2 + +* Get karaoke ass generator from negromate.web +* Add date to songs +* Convert to namespace package +* Add verbose flag +* Use configuration file for commands defaults + +## 1.1 +* Start with generic negromate command with entry points for other modules +* Move image generating code to utils +* Migrate setup to pep517 diff --git a/negromate/songs/__init__.py b/negromate/songs/__init__.py index c0a19dc..219d27d 100644 --- a/negromate/songs/__init__.py +++ b/negromate/songs/__init__.py @@ -1,6 +1,6 @@ import logging -VERSION = "1.1" +VERSION = "1.2" logger = logging.getLogger("negromate.songs")