From 7648929355445c1aef209b09ca9df963b298beef Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Wed, 29 May 2024 14:54:02 +0900 Subject: [PATCH] bump: 0.12.0 --- CHANGELOG.md | 8 +++++++- version/version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b63613..0371fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.12.0] - 2024-05-29 +### Changed +* Update dependencies +* Warn about missing --yamux flag instead of error + ## [0.11.0] - 2024-04-29 ### Changed * Update dependencies @@ -110,7 +115,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ### Added * Initial release -[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.2...v0.11.0 [0.10.2]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.0...v0.10.1 diff --git a/version/version.go b/version/version.go index 827cd79..648acd9 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "0.11.0" +const Version = "0.12.0"