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

Commit

Permalink
1.6.0 release cycle begins
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 26, 2024
1 parent 6eb09ed commit 9aa113a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 1.6.0-dev

- Presence tracking support for pub/sub streams (see [docs](https://docs.anycable.io/edge/anycable-go/presence)). ([@palkan][])

## 1.5.6 (2024-10-20)

- Fix regression with no populating all default configuration values. ([@palkan][])
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var (

func init() {
if version == "" {
version = "1.5.6"
version = "1.5.0"
}

if modifier != "" {
Expand Down

0 comments on commit 9aa113a

Please sign in to comment.