Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Mar 21, 2018
1 parent 5ffccc9 commit d52a34d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.1.1] - 2018-03-21

### Fixed

* Bug where recursive pipeline linking would fail (see: 07a44488f8f)

## [0.1.0] - 2018-03-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Opus.Mixfile do
def project do
[
app: :opus,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.4",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit d52a34d

Please sign in to comment.