Skip to content

Commit a7fc8ed

Browse files
committed
Bump version to 6.6
- Bulk update contacts functionality to console
1 parent b5719fa commit a7fc8ed

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [6.6] - 2025-09-12
6+
7+
- Bulk update contacts functionality to console
8+
59
## [6.5] - 2025-09-10
610

711
- Add delete contact functionality to console

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/spf13/viper"
1111
)
1212

13-
const VERSION = "6.5"
13+
const VERSION = "6.6"
1414

1515
type Config struct {
1616
Server ServerConfig

0 commit comments

Comments
 (0)