Skip to content

Commit

Permalink
Merge pull request #8 from matthiasr/mr/release-0.2.0
Browse files Browse the repository at this point in the history
Cut release 0.2.0
  • Loading branch information
juliusv committed Jun 24, 2015
2 parents 6803bc6 + 944c064 commit c140e7f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.2.0 / 2015-06-24

BREAKING CHANGES: Logging-related flags have changed. Metric names have changed.

* [IMPROVEMENT] Add Docker support.
* [CHANGE] Switch logging to Prometheus' logging library.
* [BUGFIX] Fix slave status parsing.
* [BUGFIX] Fix truncated numbers.
* [CHANGE] Reorganize metrics names and types.

## 0.1.0 / 2015-05-05

* Initial release
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION := 0.1.0
VERSION := 0.2.0
TARGET := mysqld_exporter

include Makefile.COMMON

0 comments on commit c140e7f

Please sign in to comment.