Skip to content

Commit

Permalink
Release version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suprnova32 committed Jan 22, 2019
1 parent e487427 commit 503d98d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v0.9.0"></a>
### v0.9.0 (2019-01-22)

#### Bug Fixes

* Use `node` v10.x or Docker images

#### Chores

* Update Elixir to 1.8, and update dependencies
* Upgrade to Phoenix 1.4
* Use `yarn` instead of `npm` for JS dependency management

<a name="v0.8.0"></a>
### v0.8.0 (2018-09-13)

Expand Down
2 changes: 1 addition & 1 deletion lib/version.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AlloyCi.Version do
To update the version, changes to this file and mix.exs are required.
"""

@version "0.8.0"
@version "0.9.0"

@spec version() :: binary()
def version do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AlloyCi.Mixfile do
"""
use Mix.Project

@version "0.8.0"
@version "0.9.0"

def project do
[
Expand Down

0 comments on commit 503d98d

Please sign in to comment.