diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c1289..d9ad618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.1a2 (18th February, 2022) + +Replace print statements with logging. + ## 0.1a1 (18th February, 2022) First PyPI release. diff --git a/httpx_caching/__version__.py b/httpx_caching/__version__.py index d9f9c59..92b8996 100644 --- a/httpx_caching/__version__.py +++ b/httpx_caching/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx-caching" __description__ = "Caching for HTTPX." -__version__ = "0.1a1" +__version__ = "0.1a2"