Skip to content

Commit 1119b0b

Browse files
committed
Merge pull request #89 from prometheus/superq/0.7.1
Update CHANGELOG for 0.7.1 release
2 parents d1fa49e + c1c331d commit 1119b0b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.7.1 / 2016-02-16
2+
3+
* [IMPROVEMENT] Soft error on collector failure (PR #84)
4+
* [BUGFIX] Fix innodb_metrics collector (PR #85)
5+
* [BUGFIX] Parse auto increment values and maximum as float64 (PR #88)
6+
17
## 0.7.0 / 2016-02-12
28

39
BREAKING CHANGES:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION := 0.7.0
14+
VERSION := 0.7.1
1515
TARGET := mysqld_exporter
1616

1717
include Makefile.COMMON

0 commit comments

Comments
 (0)