Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit f71cc16

Browse files
committed
1.6.0 release cycle begins
1 parent 6eb09ed commit f71cc16

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 1.6.0-rc.1 (2024-12-26)
6+
7+
- Presence tracking support for pub/sub streams (see [docs](https://docs.anycable.io/edge/anycable-go/presence)). ([@palkan][])
8+
59
## 1.5.6 (2024-10-20)
610

711
- Fix regression with no populating all default configuration values. ([@palkan][])

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var (
88

99
func init() {
1010
if version == "" {
11-
version = "1.5.6"
11+
version = "1.5.0"
1212
}
1313

1414
if modifier != "" {

0 commit comments

Comments
 (0)