diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index e604526..2f80519 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"0.20.1"} +{".":"0.20.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a6554..f5fac11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.2](https://github.com/jooola/earhorn/compare/v0.20.1...v0.20.2) (2023-12-25) + + +### Bug Fixes + +* **deps:** update dependency httpx to ^0.26.0 ([#234](https://github.com/jooola/earhorn/issues/234)) ([f980169](https://github.com/jooola/earhorn/commit/f980169b287bfff8bc01decd0132bc07b44794f6)) + ## [0.20.1](https://github.com/jooola/earhorn/compare/v0.20.0...v0.20.1) (2023-12-18) diff --git a/pyproject.toml b/pyproject.toml index 78d9816..84959f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "earhorn" -version = "0.20.1" +version = "0.20.2" description = "Listen, monitor and archive your streams!" authors = ["Joola "] readme = "README.md"