Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Feb 1, 2020
1 parent b408213 commit c585594
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ The following metrics are tracked:

## Changelog

### 0.3.2 (2020-02-01)

New:

* Full documentation and specs for using module.
* Doctest support for target module.

Bug fixes:

* DataDog distribution custom metric identifier.

### 0.3.1 (2020-01-31)

Changes:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule DataDaemon.MixProject do
def project do
[
app: :data_daemon,
version: "0.3.1",
version: "0.3.2",
description: "An Elixir StatsD client made for DataDog.",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c585594

Please sign in to comment.