We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5719fa commit a7fc8edCopy full SHA for a7fc8ed
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [6.6] - 2025-09-12
6
+
7
+- Bulk update contacts functionality to console
8
9
## [6.5] - 2025-09-10
10
11
- Add delete contact functionality to console
config/config.go
@@ -10,7 +10,7 @@ import (
"github.com/spf13/viper"
)
12
13
-const VERSION = "6.5"
+const VERSION = "6.6"
14
15
type Config struct {
16
Server ServerConfig
0 commit comments