From 18ccd2e6e84544e4e011598c37ce59a17fb707ee Mon Sep 17 00:00:00 2001 From: Arnaldo Cesco Date: Wed, 4 Oct 2023 15:52:02 +0200 Subject: [PATCH] Prepare 23.5.0 release Bump version number and update CHANGELOG.md file Signed-off-by: Arnaldo Cesco --- CHANGELOG.md | 2 +- cmd/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753ce86..051fd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [23.5.0] - 2023-10-04 ### Added - Add fish shell completions generator command - `realm-management interfaces save` allows to save interfaces to disk. diff --git a/cmd/version.go b/cmd/version.go index 30dd2e3..1cec5bc 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/cobra" ) -var version = "23.5.0-dev" +var version = "23.5.0" // versionCmd represents the version command var versionCmd = &cobra.Command{