Skip to content

Commit

Permalink
Merge pull request #97 from Annopaolo/prepare-v1.0.5
Browse files Browse the repository at this point in the history
Prepare 1.0.5 release
  • Loading branch information
rbino committed Sep 25, 2023
2 parents 670a8c2 + c5f4c8d commit 7112060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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] - Unreleased
## [1.0.5] - 2023-09-25
### Fixed
- Do not allow mappings where `database_retention_policy` is
`use_ttl` but no ttl is set. Fix #84.
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.Core.Mixfile do
def project do
[
app: :astarte_core,
version: "1.0.4",
version: "1.0.5",
elixir: "~> 1.11",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 7112060

Please sign in to comment.