diff --git a/CHANGELOG.md b/CHANGELOG.md index e37d471..c87a92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.1.0 (2022-04-10) +### Feature +* Publish 1.0 for real ([`fe8fcac`](https://github.com/OpenNBS/pynbs/commit/fe8fcac4397593d65a9109300e20784863fe32e5)) + ## v1.0.0-beta.4 (2022-04-10) ### Fix * Remove note about python 2 compatibility ([`677121a`](https://github.com/OpenNBS/pynbs/commit/677121a6ab086976261dc1031bc83d6175564fca)) diff --git a/pyproject.toml b/pyproject.toml index 7cf8fab..8bee510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynbs" -version = "1.0.0-beta.4" +version = "1.1.0" description = "A simple python library to read and write .nbs files from Note Block Studio" authors = ["Valentin Berlier ", "Bentroen "] license = "MIT"