From 61adb18be7a827d5f3d40dc28132ca7bc4c011ef Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 10 Jan 2025 20:06:34 +0100 Subject: [PATCH] update release info --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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()