diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e57c7..117a00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/edlontech/quiver/compare/v0.2.0...v0.2.1) (2026-04-20) + + +### Bug Fixes + +* Update Deps and getting rid of Typedstruct ([5798f23](https://github.com/edlontech/quiver/commit/5798f235ad15dde98d0f0d2e0fb020f36681cd7c)) + ## [0.2.0](https://github.com/edlontech/quiver/compare/v0.1.3...v0.2.0) (2026-03-07) diff --git a/mix.exs b/mix.exs index b79cf74..9b3e59d 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Quiver.MixProject do app: :quiver, description: description(), package: package(), - version: "0.2.0", + version: "0.2.1", elixir: "~> 1.19", elixirc_paths: elixirc_paths(Mix.env()), docs: docs(),