File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.0] - 2025-08-14
9+
10+ ### Changed
11+
12+ - ** Major Refactoring** : The entire codebase has been refactored for better modularity, testability, and maintainability.
13+ - Core Splunk API interaction logic has been extracted into a new ` splunk ` package.
14+ - Command-line interface (CLI) logic has been separated into a new ` cmd ` package, with each command in its own file.
15+ - The main application entrypoint (` splunk-cli.go ` ) is now significantly simplified.
16+
817## [ 1.1.0] - 2025-08-12
918
1019### Added
@@ -34,4 +43,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3443
3544### Fixed
3645
37- - N/A (Initial Release)
46+ - N/A (Initial Release)
You can’t perform that action at this time.
0 commit comments