Skip to content

Commit

Permalink
Prepare for v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredwu committed Oct 15, 2018
1 parent fbc98f8 commit ff1d101
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## v3.1.1 [2018-10-15]

- [Fixed] Infinite loop without rate limiting (thanks @Harrisonl)

## v3.1.0 [2018-07-30]

- [Improved] Varies small fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule OPQ.Mixfile do
def project do
[
app: :opq,
version: "3.1.0",
version: "3.1.1",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env),
package: package(),
Expand Down

0 comments on commit ff1d101

Please sign in to comment.