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,