Skip to content

Commit

Permalink
Prepping new verison 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Jan 22, 2018
1 parent 33b50e6 commit cdbf2ce
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ChangeLog

## WIP Version

## 0.12.1
- Better treating the JSON return for the Dashboard - [Pull Request](https://github.com/joaomdmoura/machinery/pull/27)

## 0.12.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:machinery, "~> 0.12.0"}
{:machinery, "~> 0.12.1"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ defmodule Machinery.Mixfile do
def project do
[
app: :machinery,
version: "0.12.0",
version: "0.12.1",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
deps: deps(),

0 comments on commit cdbf2ce

Please sign in to comment.