Skip to content

Commit

Permalink
bump v1.1.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Aug 19, 2018
1 parent 431792b commit d22e9cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Releases

### 1.1.0-rc1 - 2018-07-31
### 1.1.0 - 2018-08-19

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

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


### 1.0.0-compat - 2017-03-21

Expand Down
2 changes: 1 addition & 1 deletion contrib/nsq.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name nsq
%define version 1.0.1-alpha
%define version 1.1.0
%define release 1
%define path usr/local
%define group Database/Applications
Expand Down
2 changes: 1 addition & 1 deletion internal/version/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Binary = "1.1.0-rc1"
const Binary = "1.1.0"

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

0 comments on commit d22e9cf

Please sign in to comment.