Skip to content

Commit

Permalink
Bump to version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Jan 12, 2021
1 parent 05d5686 commit 822dc55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.3

- Added support for an optional `max_errors` parameter in
`Snap.Bulk.perform`, which aborts the operation if the number of errors
accumulated exceedes this count.

## 0.2.2

- Pass extra opts, such as `pipeline: "foo"` in `Snap.Bulk.perform` to the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The package can be installed by adding `snap` to your list of dependencies in
```elixir
def deps do
[
{:snap, "~> 0.2.1"}
{:snap, "~> 0.2.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Snap.MixProject do
use Mix.Project

@github_url "https://github.com/tomtaylor/snap"
@version "0.2.2"
@version "0.2.3"

def project do
[
Expand Down

0 comments on commit 822dc55

Please sign in to comment.