Skip to content

Commit c2c5cfc

Browse files
committed
v1.2.0
1 parent 44d5bc1 commit c2c5cfc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v1.2.0 (not released yet)
2-
=========================
1+
v1.2.0
2+
======
33

44
No backwards incompatible changes here.
55

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM centos:7
22

3-
ENV VERSION 1.1.0
3+
ENV VERSION 1.2.0
44

5-
ENV CENTRIFUGO_SHA256 634de2249f7117f016385220cf855487ea2f29bc077509c8c4af952ee47b434a
5+
ENV CENTRIFUGO_SHA256 bd78b2e117ac59892061995b485d7342741dde0324c889aec2d1e847c0cc0f89
66

77
ENV DOWNLOAD https://github.com/centrifugal/centrifugo/releases/download/v$VERSION/centrifugo-$VERSION-linux-amd64.zip
88

main.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
const (
23-
VERSION = "1.1.0"
23+
VERSION = "1.2.0"
2424
)
2525

2626
func setupLogging() {
@@ -140,6 +140,7 @@ func Main() {
140140
viper.SetDefault("presence", false)
141141
viper.SetDefault("history_size", 0)
142142
viper.SetDefault("history_lifetime", 0)
143+
viper.SetDefault("recover", false)
143144
viper.SetDefault("namespaces", "")
144145

145146
viper.SetEnvPrefix("centrifugo")

0 commit comments

Comments
 (0)