Skip to content

Commit d22e9cf

Browse files
committed
bump v1.1.0 stable
1 parent 431792b commit d22e9cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Releases
44

5-
### 1.1.0-rc1 - 2018-07-31
5+
### 1.1.0 - 2018-08-19
66

77
**Upgrading from 1.0.0-compat**: Just a few backwards incompatible changes:
88

@@ -58,8 +58,8 @@ Bugs:
5858
* #1005 - `nsqadmin`: fix typo "Delfate" in connection attrs list (thanks @arussellsaw)
5959
* #1032 - `nsqd`: fix loading metadata with messages queued on un-paused topic with multiple channels (thanks @michaelyou)
6060
* #1004 - `nsqlookupd`: exit with error when failed to listen on ports (thanks @stephens2424)
61+
* #1068 - `nsqadmin`: fix html escaping for large_graph url inside javascript
6162
* misc test suite improvements and updates (go versions, tls certs, ...)
62-
6363

6464
### 1.0.0-compat - 2017-03-21
6565

contrib/nsq.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name nsq
2-
%define version 1.0.1-alpha
2+
%define version 1.1.0
33
%define release 1
44
%define path usr/local
55
%define group Database/Applications

internal/version/binary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"runtime"
66
)
77

8-
const Binary = "1.1.0-rc1"
8+
const Binary = "1.1.0"
99

1010
func String(app string) string {
1111
return fmt.Sprintf("%s v%s (built w/%s)", app, Binary, runtime.Version())

0 commit comments

Comments
 (0)