diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e6f42..c5641ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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] - 2022-09-25 +## [1.0.6] - 2024-04-18 + +## [1.0.5] - 2023-09-25 ## [1.0.4] - 2022-10-24 diff --git a/mix.exs b/mix.exs index eacabbc..d7db516 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.DataAccess.Mixfile do def project do [ app: :astarte_data_access, - version: "1.0.5", + version: "1.0.6", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, test_coverage: [tool: ExCoveralls],