Skip to content

Commit

Permalink
Chore: bump version to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Feb 1, 2024
1 parent 05a0b9c commit 502662c
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
@@ -1,3 +1,7 @@
## v0.1.11 (2024-02-01)

- [Fix: support for multiple functions with same name and different arity](https://github.com/maxohq/maxo_adapt/commit/098a599)

## v0.1.10 (2024-01-30)

- [Fix: fix error message with adapter mode names](https://github.com/maxohq/maxo_adapt/commit/9725e47)
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 MaxoAdapt.MixProject do
use Mix.Project
@github_url "https://github.com/maxohq/maxo_adapt"
@version "0.1.10"
@version "0.1.11"
@description "MaxoAdapt provides fast, safe and clean adapter pattern implementation for Elixir"

def project do
Expand Down

0 comments on commit 502662c

Please sign in to comment.