Skip to content

Commit

Permalink
Merge pull request #88 from Annopaolo/prepare-1.1.0-rc.0
Browse files Browse the repository at this point in the history
Prepare 1.1.0-rc.0
  • Loading branch information
bettio committed Jun 8, 2023
2 parents 71832fd + 063cb6d commit 5db3b74
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.1.0-rc.0] - Unreleased
## [1.1.0-rc.0] - 2023-06-08
### Changed
- Bump Elixir and Erlang to 1.14.5 and 25.3.2, respectively.

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-alpha.0",
version: "1.1.0-rc.0",
elixir: "~> 1.14",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 5db3b74

Please sign in to comment.