From e2ab3b29745854805b18b89ebb3d711ea7a1433d Mon Sep 17 00:00:00 2001 From: Eddy Babetto Date: Mon, 1 Jul 2024 12:41:24 +0200 Subject: [PATCH] Prepare 1.2.0 release Bump version and update CHANGELOG.md Signed-off-by: Eddy Babetto --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f54e8..a4d5823 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.2.0] 2024-07-01 + ## [1.2.0-rc.0] 2024-05-29 ### Added - The plugin now accesses the Astarte database. The following diff --git a/mix.exs b/mix.exs index 006097d..01757f8 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.2.0-rc.0", + version: "1.2.0", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,