Skip to content

Commit

Permalink
Merge pull request #113 from Annopaolo/prepare-1.2.0
Browse files Browse the repository at this point in the history
Prepare 1.2.0 release
  • Loading branch information
rbino authored Jul 1, 2024
2 parents 3574f38 + ffd60aa commit 3482b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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.2.0] - 2024-07-01

## [1.2.0-rc.0] - 2024-05-28
### Added
- Function for translating realm to keyspace, to support multiple Astarte
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.2.0-rc.0",
version: "1.2.0",
elixir: "~> 1.15",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 3482b3c

Please sign in to comment.