From 948931c7866a41818b886f82e50b25cce4ba758d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Juc=C3=A1?= Date: Fri, 15 Sep 2023 11:07:00 -0300 Subject: [PATCH] chore: bump version to v0.4.1 --- changelog.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b2296e5..0c88147 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,16 @@ This document lists important changes between SwissSchema versions, in descending order. +## v0.4.1 + +### Bug fixes + +- fix: warning on missing callback `aggregate/1` (`e7ec963`) + +### Docs + +- docs: add a contributing.md (`a75fb49`, `6b91439`, `c047b6c`) + ## v0.4.0 ### Features and improvements diff --git a/mix.exs b/mix.exs index 836a40a..a518e69 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule SwissSchema.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" @source_url "https://github.com/joeljuca/swiss_schema" def project do