Skip to content

Commit

Permalink
Merge pull request #207 from sneako/release-0.14.0
Browse files Browse the repository at this point in the history
prepare 0.14.0 release
  • Loading branch information
sneako committed Nov 30, 2022
2 parents db047c3 + d8e7299 commit 4534924
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.14.0 (2022-11-30)

### Enhancements

- Improve error message for pool timeouts #126
- Relax nimble_options version to allow usage with 0.5.0 #204

## v0.13.0 (2022-07-26)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The package can be installed by adding `finch` to your list of dependencies in `
```elixir
def deps do
[
{:finch, "~> 0.13"}
{:finch, "~> 0.14"}
]
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 Finch.MixProject do
use Mix.Project

@name "Finch"
@version "0.13.0"
@version "0.14.0"
@repo_url "https://github.com/sneako/finch"

def project do
Expand Down

0 comments on commit 4534924

Please sign in to comment.