Skip to content

Commit

Permalink
Chore: bump version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Jan 30, 2024
1 parent 9725e47 commit d81989a
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.10 (2024-01-30)

- [Fix: fix error message with adapter mode names](https://github.com/maxohq/maxo_adapt/commit/9725e47)

## v0.1.9 (2024-01-03)

- [Fix: ProcDict - allow looking up processes by atoms](https://github.com/maxohq/maxo_adapt/commit/367f807)
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.9"
@version "0.1.10"
@description "MaxoAdapt provides fast, safe and clean adapter pattern implementation for Elixir"

def project do
Expand Down

0 comments on commit d81989a

Please sign in to comment.