Skip to content

Commit

Permalink
prepare v1.0.6 release
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
  • Loading branch information
Annopaolo committed Apr 18, 2024
1 parent 6280d33 commit d4f59bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit d4f59bc

Please sign in to comment.