diff --git a/CHANGELOG.md b/CHANGELOG.md index 17169be..1e13b4a 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.10.1] - unreleased +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + ## [1.10.0] - 9/20/2024 ### Added - GHORG_NO_DIR_SIZE flag to turn off directory size output which is now enabled by default diff --git a/cmd/version.go b/cmd/version.go index 10d0fce..65cbc71 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const ghorgVersion = "v1.10.0" +const ghorgVersion = "v1.10.1" var versionCmd = &cobra.Command{ Use: "version",