From d868831b2e09d54690a8d6e243a998e60d65dab4 Mon Sep 17 00:00:00 2001 From: Arnaldo Cesco Date: Thu, 18 Apr 2024 12:45:19 +0200 Subject: [PATCH] Prepare 1.0.6 release Signed-off-by: Arnaldo Cesco --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a662428..7fcb29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.6] - 2024-04-18 + ## [1.0.5] - 2023-09-25 ### Fixed - Do not allow mappings where `database_retention_policy` is diff --git a/mix.exs b/mix.exs index 72c9b23..8438cdf 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.Core.Mixfile do def project do [ app: :astarte_core, - version: "1.0.5", + version: "1.0.6", elixir: "~> 1.11", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,