Skip to content

Commit

Permalink
4.5.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
meadsteve committed Jan 24, 2019
1 parent dc5d27f commit da04c14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.5.0 (2019-01-24)

### Enhancements
- Support for Elixir 1.8 thanks to @ejscunha [#109]

### Bug fixes
None

### Backwards incompatible changes
None

## 4.4.0 (2018-11-29)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule WhiteBread.Mixfile do
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/meadsteve/white-bread"},
],
version: "4.4.0",
version: "4.5.0",
elixir: "~> 1.2",
aliases: aliases(),
deps: deps()]
Expand Down

0 comments on commit da04c14

Please sign in to comment.