Skip to content

Commit 7101224

Browse files
committed
Release v0.18.0
1 parent 9f05bbf commit 7101224

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
55
adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [v0.18.0] - 2021-09-28
810
### Changed
911
- Update the minimum Elixir version to 1.10 (#390). Phoenix v1.5.11 causes a compilation error due to the new `mime` dependency, which requires Elixir 1.10+.
1012

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Honeybadger.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/honeybadger-io/honeybadger-elixir"
5-
@version "0.17.0"
5+
@version "0.18.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)