Skip to content

Commit eefe852

Browse files
committed
update CHANGELOG, up version
1 parent 5027daf commit eefe852

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---
33

4+
## v0.11.2 (May 27, 2020)
5+
6+
* Fix regression in previous release where `LD_FLAGS` were not set correctly causing qbec to report a wrong version.
7+
8+
Please avoid using `v0.11.1` as a result.
9+
410
## v0.11.1 (May 24, 2020)
511

612
* Add ability to refer to an environment by context name rather than server URL. This is useful for environments

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.11.1
1+
VERSION := 0.11.2
22
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
33
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
44

0 commit comments

Comments
 (0)