Skip to content

Commit

Permalink
version dump
Browse files Browse the repository at this point in the history
  • Loading branch information
peillis committed Aug 6, 2018
1 parent 9e7a64d commit 125d1f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v3.2.0

* mget, mset, mset_cas and incr new methods.

## v3.1.0

* More resilient to ElastiCache errors: node removal/addition.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Memcached client for Elixir. It supports clusters and AWS Elasticache.
```elixir
defp deps() do
...
{:memcachir, "~> 3.1"},
{:memcachir, "~> 3.2"},
...
end

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Memcachir.Mixfile do
use Mix.Project

@version "3.1.0"
@version "3.2.0"

def project do
[
Expand Down

0 comments on commit 125d1f7

Please sign in to comment.