Skip to content

Commit f540e88

Browse files
committed
Release version 0.8.1
* [BUGFIX] Fix collect.info_schema.innodb_tablespaces #119 * [BUGFIX] Fix SLAVE STATUS "Connecting" #125 * [MISC] New release process using docker, circleci and a centralized building tool #120 * [MISC] Typos #121
1 parent 8cd6e88 commit f540e88

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.8.1 / 2016-05-05
2+
3+
* [BUGFIX] Fix collect.info_schema.innodb_tablespaces #119
4+
* [BUGFIX] Fix SLAVE STATUS "Connecting" #125
5+
* [MISC] New release process using docker, circleci and a centralized building tool #120
6+
* [MISC] Typos #121
7+
18
## 0.8.0 / 2016-04-19
29

310
BREAKING CHANGES:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ log.level | Logging verbosity (default: info)
6969
log_slow_filter | Add a log_slow_filter to avoid exessive MySQL slow logging. NOTE: Not supported by Oracle MySQL.
7070
web.listen-address | Address to listen on for web interface and telemetry.
7171
web.telemetry-path | Path under which to expose metrics.
72+
version | Print the version information.
7273

7374
### Setting the MySQL server's data source name
7475

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.1

0 commit comments

Comments
 (0)