Skip to content

Commit

Permalink
Prepare the 1.5.0 release (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Nov 29, 2021
1 parent e704da1 commit 78b5792
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.5.0

### Changed

- The minimum supported Elixir version is now 1.7
- Elixometer no longer depends on Lager

## 1.4.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
version: "1.5.0",
elixir: ">= 1.7.0",
description: @description,
source_url: @project_url,
Expand Down

0 comments on commit 78b5792

Please sign in to comment.