From 52cd7f7d4ebddfa1461997e25c5edcb0617c60b7 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Tue, 20 Jun 2023 16:50:17 +0200 Subject: [PATCH] Prepare next dev cycle (v1.2.0-dev) Signed-off-by: Davide Bettio --- CHANGELOG.md | 2 ++ mix.exs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805f627..0486770 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). +## [Unreleased] + ## [1.1.0] - 2023-06-20 ## [1.1.0-rc.0] - 2023-06-09 diff --git a/mix.exs b/mix.exs index 572e542..a1f4bcf 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2022 Ispirata Srl +# Copyright 2017-2023 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do def project do [ app: :astarte_vmq_plugin, - version: "1.1.0", + version: "1.2.0-dev", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,