From f7e8001c3d3e5c59ce10658d7f4afd5a319e3c7f Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Tue, 29 Mar 2022 17:22:29 +0200 Subject: [PATCH] Prepare 1.0.2 release 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 a8f58b7..4021768 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.2] - 2022-03-29 + ## [1.0.1] - 2021-12-16 ## [1.0.0] - 2021-06-29 diff --git a/mix.exs b/mix.exs index 992bec0..883600d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2018-2021 Ispirata Srl +# Copyright 2018-2022 Ispirata 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.Device.MixProject do def project do [ app: :astarte_device, - version: "1.0.1", + version: "1.0.2", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, test_coverage: [tool: ExCoveralls],