Skip to content

Commit

Permalink
Merge pull request #99 from Annopaolo/prepare-1.1.1
Browse files Browse the repository at this point in the history
Prepare 1.1.1 release
  • Loading branch information
rbino authored Oct 3, 2023
2 parents c9b871a + 4fc0873 commit a7a34d3
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 a7a34d3

Please sign in to comment.