From 63c23b7735f0a80cd6014fa257b8d8210bd23ef1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 04:12:54 +0000 Subject: [PATCH] chore(main): release 0.5.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..258342d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0342e..57eafc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/MachineDotDev/nat-zero/compare/v0.5.1...v0.5.2) (2026-05-01) + + +### Documentation + +* move security and workflows to repo root ([#44](https://github.com/MachineDotDev/nat-zero/issues/44)) ([21196e4](https://github.com/MachineDotDev/nat-zero/commit/21196e4cbdcd755bef4962d3f57afb48ffa0c9f7)) + ## [0.5.1](https://github.com/MachineDotDev/nat-zero/compare/v0.5.0...v0.5.1) (2026-05-01)