Skip to content

Commit

Permalink
Merge branch 'prepare-0.10-rc1-release' into 'release-0.10'
Browse files Browse the repository at this point in the history
Prepare 0.10.0-rc.1 release

See merge request Astarte-NG/astarte_vmq_plugin!44
  • Loading branch information
rbino committed Apr 10, 2019
2 parents d5a147a + d19a6f2 commit 87b70ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.10.0-rc.1] - 2019-04-10
### Fixed
- Re-enable SSL listener, which broke Docker Compose.

## [0.10.0-rc.0] - 2019-04-03

## [0.10.0-beta.3] - 2018-12-19
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.VMQ.Plugin.Mixfile do
def project do
[
app: :astarte_vmq_plugin,
version: "0.10.0-rc.0",
version: "0.10.0-rc.1",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 87b70ab

Please sign in to comment.