diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c0502..675901a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ # Changelog +## [0.10.0](https://github.com/elixir-error-tracker/error-tracker/compare/v0.9.0...v0.10.0) (2026-05-09) + + +### Features + +* Light theme ([#179](https://github.com/elixir-error-tracker/error-tracker/issues/179)) ([e0ae6f5](https://github.com/elixir-error-tracker/error-tracker/commit/e0ae6f5da7ba94761f0528f04c933f02af2e8214)) + + +### Bug Fixes + +* Add favicon ([#177](https://github.com/elixir-error-tracker/error-tracker/issues/177)) ([b0b85f0](https://github.com/elixir-error-tracker/error-tracker/commit/b0b85f03f950e6d741070f06985178bdceb64579)) + +## Changelog + Please see [our GitHub "Releases" page](https://github.com/elixir-error-tracker/error-tracker/releases). diff --git a/mix.exs b/mix.exs index 091439f..421c9a0 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ErrorTracker.MixProject do def project do [ app: :error_tracker, - version: "0.9.0", + version: "0.10.0", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,