From 878ecbd33eb4ab47d4f07dcf6a00b668d1944784 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 2 Jun 2025 18:12:06 +0100 Subject: [PATCH] add 0.9.0 to CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b34b7c3..f73b736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# [0.9.0] + +### Added + +- --version/-v option. See [VersionFlag](https://github.com/onyx-and-iris/gobs-cli?tab=readme-ov-file#versionflag) + +### Changed + +- version command renamed to obs-version + # [0.8.2] ### Added