We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1fa49e + c1c331d commit 1119b0bCopy full SHA for 1119b0b
CHANGELOG.md
@@ -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
7
## 0.7.0 / 2016-02-12
8
9
BREAKING CHANGES:
Makefile
@@ -11,7 +11,7 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-VERSION := 0.7.0
+VERSION := 0.7.1
15
TARGET := mysqld_exporter
16
17
include Makefile.COMMON
0 commit comments