diff --git a/CHANGELOG.md b/CHANGELOG.md index 9894867..ffb9cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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/) +## [1.11.2] - unreleased +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + ## [1.11.1] - 5/1/25 ### Added ### Changed diff --git a/cmd/version.go b/cmd/version.go index bfa8d2d..1f7f4df 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const ghorgVersion = "v1.11.1" +const ghorgVersion = "v1.11.2" var versionCmd = &cobra.Command{ Use: "version",