Skip to content

Commit

Permalink
Merge pull request #209 from pinterest/1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored Aug 13, 2021
2 parents 21f72bc + be53063 commit fb46aff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.1

### Added

- Support for Elixir 1.12 and OTP 24

## 1.4.0

### Added
Expand Down
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Elixometer.Mixfile do
def project do
[
app: :elixometer,
version: "1.4.0",
version: "1.4.1",
elixir: ">= 1.5.0",
description: @description,
source_url: @project_url,
Expand Down Expand Up @@ -61,10 +61,10 @@ defmodule Elixometer.Mixfile do
# lager 3.2.1 is needed for erl19 because of
# https://github.com/basho/lager/pull/321
{:lager, ">= 3.2.1"},
{:exometer_core, "~> 1.5"},
{:exometer_core, "~> 1.6"},
{:dialyxir, "~> 1.1.0", only: :dev, runtime: false},
{:ex_doc, "~> 0.20", only: :dev},
{:excoveralls, "~> 0.12", only: [:dev, :test]},
{:ex_doc, "~> 0.25", only: :dev},
{:excoveralls, "~> 0.14", only: [:dev, :test]},
{:pobox, "~> 1.2"}
]
end
Expand Down

0 comments on commit fb46aff

Please sign in to comment.