diff --git a/CHANGELOG.md b/CHANGELOG.md index babccdb..16692f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.1] - 2023-02-03 + +### Changed +- Nothing. No changes. Updating only to debug a potential release issue. + ## [0.3.0] - 2023-02-01 ### Added diff --git a/mix.exs b/mix.exs index 8d30439..8bc2e2b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Indexed.MixProject do use Mix.Project @source_url "https://github.com/djthread/indexed" - @version "0.3.0" + @version "0.3.1" def project do [