From 4e9f57524a4cf7d80b0589d716c7f234627d91c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 02:52:38 +0000 Subject: [PATCH] chore(master): release 0.11.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 63a45e5..8ed0e8b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index aab746f..b0ca9cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/vitalvas/gokit/compare/v0.10.0...v0.11.0) (2024-09-10) + + +### Features + +* add xnet strip address ([1bab313](https://github.com/vitalvas/gokit/commit/1bab313fae2562b25e8cc12d42fabd792c21f3d1)) + ## [0.10.0](https://github.com/vitalvas/gokit/compare/v0.9.0...v0.10.0) (2024-08-24)