Skip to content

Commit

Permalink
prep v0.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sneako committed Feb 9, 2024
1 parent 1ac6694 commit bf10244
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.18.0 (2024-02-09)

### Enhancements

- Add Finch name to telemetry events #252

### Bug Fixes

- Fix several minor dialyzer errors and run dialyzer in CI #259, #261

## v0.17.0 (2024-01-07)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The package can be installed by adding `finch` to your list of dependencies in `
```elixir
def deps do
[
{:finch, "~> 0.17"}
{:finch, "~> 0.18"}
]
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.17.0"
@version "0.18.0"
@repo_url "https://github.com/sneako/finch"

def project do
Expand Down

0 comments on commit bf10244

Please sign in to comment.