From 686d8daf12822b17fdef79f4118468b81ae5e860 Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 11 May 2020 09:25:02 +0200 Subject: [PATCH] chore: release version v0.42.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d14d8..3d0cd28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.42.1](https://git.inhji.de/inhji/tomie/compare/0.42.0...v0.42.1) (2020-05-11) + + + + +### Bug Fixes: + +* nicer listen bubbles for artists + +* handle available jobs + +* smol top margin for main nav + +* profile works again, smol unused stuff + +### Improvements: + +* make series generation more modular + +* nicer album overview + ## [v0.42.0](https://git.inhji.de/inhji/tomie/compare/0.41.0...v0.42.0) (2020-05-10) diff --git a/mix.exs b/mix.exs index ea0f8e7..d7fb439 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tomie.Umbrella.MixProject do use Mix.Project - @version "0.42.0" + @version "0.42.1" def project do [