From a5a8577d76f0b1a4f76f7e1bfef66c876eefb15e Mon Sep 17 00:00:00 2001 From: Songmu Date: Tue, 2 Apr 2019 18:59:09 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.2.0 ## [v0.2.0](https://github.com/hakobe/paranoidhttp/compare/v0.1.0...v0.2.0) (2019-04-02) * Make the list of cidrs and hosts configurable [#10](https://github.com/hakobe/paranoidhttp/pull/10) ([Songmu](https://github.com/Songmu)) --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35744a0..1b80718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.2.0](https://github.com/hakobe/paranoidhttp/compare/v0.1.0...v0.2.0) (2019-04-02) + +* Make the list of cidrs and hosts configurable [#10](https://github.com/hakobe/paranoidhttp/pull/10) ([Songmu](https://github.com/Songmu)) + ## [v0.1.0](https://github.com/hakobe/paranoidhttp/compare/6495e8792661...v0.1.0) (2019-03-31) * adjust releng files [#11](https://github.com/hakobe/paranoidhttp/pull/11) ([Songmu](https://github.com/Songmu)) diff --git a/version.go b/version.go index dd44a74..8f29405 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package paranoidhttp -const version = "0.1.0" +const version = "0.2.0"