Skip to content

Commit

Permalink
Prepare 1.1.1 release
Browse files Browse the repository at this point in the history
Move the Cyanide 2.0 CHANGELOG.md entry to the correct release version (i.e. this one).

Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
  • Loading branch information
Annopaolo committed Oct 3, 2023
1 parent c9b871a commit 4fc0873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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.1.1] - Unreleased
## [1.1.1] - 2023-10-03
### Fixed
- Handle Cyanide 2.0 binaries correctly. Fix #95.
- Correctly encode binaryblobarrays in JSON payload of Astarte events.

## [1.1.0] - 2023-06-20
### Fixed
- Forward ported changes from 1.0.5 (Do not allow mappings where `database_retention_policy`...)
- Handle Cyanide 2.0 binaries correctly. Fix #95.

## [1.1.0-rc.0] - 2023-06-08
### Changed
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.1.0",
version: "1.1.1",
elixir: "~> 1.14",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 4fc0873

Please sign in to comment.