diff --git a/CHANGELOG.md b/CHANGELOG.md index c7422b5..587b337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.1](https://github.com/team-alembic/ash_gen_server/compare/v0.2.0...v0.2.1) (2022-10-28) + + + + +### Improvements: + +* update CI to staple-actions and get (most) checks passing. + ## [v0.2.0](https://github.com/team-alembic/ash_gen_server/compare/v0.1.0...v0.2.0) (2022-09-22) diff --git a/README.md b/README.md index 48c0c47..d8aabad 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ by adding `ash_gen_server` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_gen_server, "~> 0.2.0"} + {:ash_gen_server, "~> 0.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index a4a8228..2c4a054 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshGenServer.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" def project do [