Skip to content

Commit fb46aff

Browse files
authored
Merge pull request #209 from pinterest/1.4.1
2 parents 21f72bc + be53063 commit fb46aff

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.4.1
4+
5+
### Added
6+
7+
- Support for Elixir 1.12 and OTP 24
8+
39
## 1.4.0
410

511
### Added

mix.exs

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule Elixometer.Mixfile do
1111
def project do
1212
[
1313
app: :elixometer,
14-
version: "1.4.0",
14+
version: "1.4.1",
1515
elixir: ">= 1.5.0",
1616
description: @description,
1717
source_url: @project_url,
@@ -61,10 +61,10 @@ defmodule Elixometer.Mixfile do
6161
# lager 3.2.1 is needed for erl19 because of
6262
# https://github.com/basho/lager/pull/321
6363
{:lager, ">= 3.2.1"},
64-
{:exometer_core, "~> 1.5"},
64+
{:exometer_core, "~> 1.6"},
6565
{:dialyxir, "~> 1.1.0", only: :dev, runtime: false},
66-
{:ex_doc, "~> 0.20", only: :dev},
67-
{:excoveralls, "~> 0.12", only: [:dev, :test]},
66+
{:ex_doc, "~> 0.25", only: :dev},
67+
{:excoveralls, "~> 0.14", only: [:dev, :test]},
6868
{:pobox, "~> 1.2"}
6969
]
7070
end

0 commit comments

Comments
 (0)