diff --git a/CHANGELOG.md b/CHANGELOG.md index f079666..398ac28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**0.2.0-alpha** + +- Implemented the ability to ID attachments without using application commands + **0.1.4** - Added first and last request date to metrics diff --git a/mix.exs b/mix.exs index 525f265..2696252 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule PlantidDiscordBot.MixProject do def project do [ app: :plantid_discord_bot, - version: "0.1.2", + version: "0.2.0-alpha", elixir: "~> 1.16", start_permanent: Mix.env() == :prod, deps: deps()