Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.0](https://github.com/imevul/evuproxy/compare/v0.12.0...v0.13.0) (2026-07-03)


### Features

* harden apply/reload path and complete review remediation ([f07b6d2](https://github.com/imevul/evuproxy/commit/f07b6d27e53a949f6f6fec95fcddc2be87b8cda4))

## [Unreleased]

Security and reliability hardening pass (in progress).
Expand Down
2 changes: 1 addition & 1 deletion cmd/evuproxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

var (
// x-release-please-start-version
version = "0.12.0"
version = "0.13.0"
// x-release-please-end
cfgPath string
)
Expand Down
Loading