From d87cddced6967c4e5ba02fdb620005214f1425aa Mon Sep 17 00:00:00 2001 From: Arnaldo Cesco Date: Thu, 18 Apr 2024 12:49:46 +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 653ff39..7366cf8 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 ## [1.0.4] - 2022-09-26 diff --git a/mix.exs b/mix.exs index 521e9df..8ef6262 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.RPC.Mixfile do def project do [ app: :astarte_rpc, - version: "1.0.5", + version: "1.0.6", elixir: "~> 1.11", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,