diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee2837..a0c0f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.14.0](https://github.com/db0/pythorhead/tree/v0.14.0) (2023-07-15) + +[Full Changelog](https://github.com/db0/pythorhead/compare/v0.13.0...v0.14.0) + +**Implemented enhancements:** + +- URL Search [\#52](https://github.com/db0/pythorhead/issues/52) + +**Merged pull requests:** + +- Add admin class & list applications admin function [\#54](https://github.com/db0/pythorhead/pull/54) ([Demigodrick](https://github.com/Demigodrick)) + ## [v0.13.0](https://github.com/db0/pythorhead/tree/v0.13.0) (2023-07-14) [Full Changelog](https://github.com/db0/pythorhead/compare/v0.12.3...v0.13.0) diff --git a/pyproject.toml b/pyproject.toml index 0eb8b3b..52b7696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "A python library for interacting with Lemmy API" authors = [ {name = "db0", email = "mail@dbzer0.com"}, ] -version = "v0.13.0" +version = "v0.14.0" readme = "README.md" requires-python = ">=3.8,<3.12" license = { file="LICENSE" }