From 53751a8bdd71bcfcdf6015025f6dbed689e15633 Mon Sep 17 00:00:00 2001 From: Arnaldo Cesco Date: Tue, 3 Oct 2023 15:57:30 +0200 Subject: [PATCH] Prepare 1.1.1 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 a68ddb8..2b5289a 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.1.1] - 2023-10-03 + ## [1.1.0] - 2023-06-20 ## [1.1.0-rc.0] - 2023-06-09 diff --git a/mix.exs b/mix.exs index c6911b2..869fe37 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.1.0", + version: "1.1.1", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,