Skip to content

Commit 6cce299

Browse files
committed
chore(release): Prepare for v1.2.0
1 parent 664c740 commit 6cce299

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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)

0 commit comments

Comments
 (0)