diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7a72f..3636d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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). -## [Unreleased] +## [0.2.0] - 2025-06-09 ## Added @@ -19,5 +19,6 @@ and this project adheres to Initial release. -[unreleased]: https://github.com/cometsh/atex/compare/v0.1.0...HEAD +[unreleased]: https://github.com/cometsh/atex/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0 [0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0 diff --git a/mix.exs b/mix.exs index 12b03ab..c15a086 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Atex.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" @source_url "https://github.com/cometsh/atex" def project do