Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stavro committed Sep 8, 2015
1 parent 51dbdfd commit 92bc5c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## v0.1.2 (09-08-2015)

* (Bugfix: Storage) Bugfix for referencing atoms in the file name.

## v0.1.1

* Enhancements
* Add the local filesystem as a storage option.
* (Enhancement: Storage) Add the local filesystem as a storage option.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Arc.Mixfile do
use Mix.Project

@version "0.1.1"
@version "0.1.2"

def project do
[app: :arc,
Expand Down

0 comments on commit 92bc5c9

Please sign in to comment.