diff --git a/CHANGELOG.md b/CHANGELOG.md index 4021768..d4334b0 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.3] - 2022-07-04 + ## [1.0.2] - 2022-03-29 ## [1.0.1] - 2021-12-16 diff --git a/mix.exs b/mix.exs index 466f59e..7d4eedb 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.Device.MixProject do def project do [ app: :astarte_device, - version: "1.0.2", + version: "1.0.3", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, test_coverage: [tool: ExCoveralls],