diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0dbe3..7e49c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.12.1 + +* Add the tag "network" to specs that require real network access ([92ec7c7](https://github.com/mamantoha/http_proxy/commit/92ec7c77c0aa334cb798b69be4c64958ac0e02a5)) + ## 0.12.0 * **(breaking-change)** Rename `HTTP::Proxy::Server::BasicAuth` to `HTTP::Proxy::Server::BasicAuthHandler` ([#37](https://github.com/mamantoha/http_proxy/pull/37)) diff --git a/shard.yml b/shard.yml index 257891c..388429c 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: http_proxy -version: 0.12.0 +version: 0.12.1 authors: - Theo Li