Skip to content

Commit

Permalink
Chore: Prepare 0.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Jan 3, 2024
1 parent 047a876 commit 3352300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.1.9 (2024-01-03)

- [Fix: ProcDict - allow looking up processes by atoms](https://github.com/maxohq/maxo_adapt/commit/367f807)
- [Chore: replace Logger.warn with Logger.warning](https://github.com/maxohq/maxo_adapt/commit/fa70ad5)

## v0.1.8 (2023-04-27)

- [Feat: add new config: `:default_mode`](https://github.com/maxohq/maxo_adapt/commit/10c9ffe)
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.8"
@version "0.1.9"
@description "MaxoAdapt provides fast, safe and clean adapter pattern implementation for Elixir"

def project do
Expand Down

0 comments on commit 3352300

Please sign in to comment.