diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3f018..61c702f 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.5] - 2023-09-25 + ## [1.0.4] - 2022-10-25 ## [1.0.3] - 2022-07-04 diff --git a/mix.exs b/mix.exs index d50d125..730db9f 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.4", + version: "1.0.5", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, test_coverage: [tool: ExCoveralls],