diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b471a6..23ee3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.2](https://github.com/ooliver1/mafic/compare/v2.1.1...v2.1.2) (2023-04-30) + + +### Reverts + +* "fix(node): urlencode query ([#66](https://github.com/ooliver1/mafic/issues/66))" ([2308d15](https://github.com/ooliver1/mafic/commit/2308d156f34ade79725ed3cab745a0c94187044f)) + ## [2.1.1](https://github.com/ooliver1/mafic/compare/v2.1.0...v2.1.1) (2023-04-30) diff --git a/mafic/__init__.py b/mafic/__init__.py index 7f0e36c..4a19324 100644 --- a/mafic/__init__.py +++ b/mafic/__init__.py @@ -27,7 +27,7 @@ __author__ = "ooliver1" __license__ = "MIT" __copyright__ = "Copyright 2022-present ooliver1" -__version__ = "2.1.1" +__version__ = "2.1.2" """The current version of mafic, using `PEP 440`_ format. .. _PEP 440: https://peps.python.org/pep-0440/ diff --git a/pyproject.toml b/pyproject.toml index 1ae65cb..c7dcae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mafic" -version = "2.1.1" +version = "2.1.2" description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord." authors = ["ooliver1 "] license = "MIT"