Skip to content

Commit 97a8ee7

Browse files
committed
chore: bump version to v1.0.0
1 parent bd6abc1 commit 97a8ee7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## In Development
44

5+
## [1.0.0] - 2026-02-11
6+
57
- fix: `get --json` was also writing the file to disk instead of only outputting JSON.
68
- new: Comprehensive test suite (28 tests) with testability refactoring of critical functions.
79
- new: Contributing section in README with build, test and cross-compile instructions.

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/spf13/viper"
1717
)
1818

19-
const version = "1.0.0-beta.1"
19+
const version = "1.0.0"
2020
const productName string = "Invoicetronic API"
2121
const defaultHost string = "https://api.invoicetronic.com"
2222
const apiVersion int = 1

0 commit comments

Comments
 (0)