diff --git a/CHANGELOG.md b/CHANGELOG.md index f14e9ad..1138e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 +### Added +* Optional `scheme` attribute on the Proxy dataclass, allowing custom proxy URL schemes (#7) + ## 1.1.0 ### Changed * Project structure reorganized: features such as **search**, **user**, and **ad** are now separated using mixins. @@ -65,4 +69,4 @@ * Realistic `Sec-Fetch-*` headers to prevent 403 errors ## 1.0.0 -* Initial release \ No newline at end of file +* Initial release diff --git a/pyproject.toml b/pyproject.toml index e189428..fda4d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lbc" -version = "1.1.0" +version = "1.1.1" description = "Unofficial client for Leboncoin API" readme = "README.md" license = {text = "MIT"}