From 9df9771a7c063fa0624b9065065f1f22e5b7c8e2 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Thu, 21 Nov 2024 17:57:45 +0200 Subject: [PATCH] v0.12.1 --- CHANGELOG.md | 4 ++++ shard.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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