diff --git a/CHANGELOG.md b/CHANGELOG.md index 6907443..4025d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.7] - 2026-08-30 ### Fixed - `mail move`, `mail archive`, and batch move/archive operations now use the diff --git a/internal/cli/cli.go b/internal/cli/cli.go index c4b57b1..f6ff0ff 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -5,7 +5,7 @@ import ( "github.com/bscott/pm-cli/internal/output" ) -var Version = "0.2.6" +var Version = "0.2.7" type Globals struct { JSON bool `help:"Output as JSON" name:"json"`