Skip to content

Commit

Permalink
Prepare 1.2.0 release
Browse files Browse the repository at this point in the history
Bump version and update CHANGELOG.md

Signed-off-by: Arnaldo Cesco <arnaldo.cesco@gmail.com>
  • Loading branch information
Annopaolo committed Jul 1, 2024
1 parent a1345c0 commit c635c08
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
- Add the `ASTARTE_INSTANCE_ID` env to allow sharing
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.2.0-rc.0",
version: "1.2.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit c635c08

Please sign in to comment.