From 65e07a9d347d7ccac78eba19a19326753b595e3d Mon Sep 17 00:00:00 2001 From: Arnaldo Cesco Date: Mon, 25 Sep 2023 17:35:59 +0200 Subject: [PATCH] Prepare 1.0.5 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 6b7ade8..8633e02 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.5] - 2023-09-25 + ## [1.0.4] - 2022-09-26 ### Fixed - Do not let VerneMQ container start unless the CA cert is retrieved from CFSSL. diff --git a/mix.exs b/mix.exs index 2551c7d..70bf847 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do def project do [ app: :astarte_vmq_plugin, - version: "1.0.4", + version: "1.0.5", elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,