Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Jan 19, 2016
1 parent 5ed7847 commit ef7cf73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ iex> Benchwarmer.benchmark fn -> {:ok, _} = ExRated.check_rate("my-bucket", 1000

## Changes

### v1.2.1

- Change ETS Table to private.
- Change ETS table name to a non-test name.

### v1.2.0

- Added `{:persistent, false}` option to server config to allow persisting data to disk.
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 ExRated.Mixfile do

def project do
[app: :ex_rated,
version: "1.2.0",
version: "1.2.1",
elixir: "~> 1.0",
description: description,
package: package,
Expand Down

0 comments on commit ef7cf73

Please sign in to comment.