diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f26d17..5181631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.20](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.19...v0.1.20) (2023-10-10) + +### Bug Fixes + +- fix SSL error ([f727398](https://github.com/liblaf/thu-learn-downloader/commit/f7273980dbc15ee9a204a4830cf78337f5e5b838)) + ## [0.1.19](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.18...v0.1.19) (2023-09-26) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index afdbdf9..f102b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ name = "thu-learn-downloader" readme = "README.md" repository = "https://github.com/liblaf/thu-learn-downloader" -version = "0.1.19" +version = "0.1.20" [tool.poetry.dependencies] beautifulsoup4 = "^4.12.2"