Skip to content

Commit ef7cf73

Browse files
committed
Bump version to 1.2.1
1 parent 5ed7847 commit ef7cf73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ iex> Benchwarmer.benchmark fn -> {:ok, _} = ExRated.check_rate("my-bucket", 1000
127127

128128
## Changes
129129

130+
### v1.2.1
131+
132+
- Change ETS Table to private.
133+
- Change ETS table name to a non-test name.
134+
130135
### v1.2.0
131136

132137
- Added `{:persistent, false}` option to server config to allow persisting data to disk.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ExRated.Mixfile do
33

44
def project do
55
[app: :ex_rated,
6-
version: "1.2.0",
6+
version: "1.2.1",
77
elixir: "~> 1.0",
88
description: description,
99
package: package,

0 commit comments

Comments
 (0)