Skip to content

Commit

Permalink
Merge branch 'prepare-0.10.1' into 'release-0.10'
Browse files Browse the repository at this point in the history
Prepare 0.10.1 release

See merge request Astarte-NG/astarte_vmq_plugin!49
  • Loading branch information
rbino committed Oct 2, 2019
2 parents fb3023b + c43b9a1 commit 3db751d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.10.1] - 2019-10-02

## [0.10.0] - 2019-04-16

## [0.10.0-rc.1] - 2019-04-10
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --branch 1.5.0 https://github.com/erlio/vernemq.git && \
cd ..

# Time for VerneMQ's Astarte plugin
RUN git clone --branch v0.10.0 https://github.com/astarte-platform/astarte_vmq_plugin.git && \
RUN git clone --branch v0.10.1 https://github.com/astarte-platform/astarte_vmq_plugin.git && \
cd astarte_vmq_plugin && \
mix deps.get && \
mix release --env=$MIX_ENV && \
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",
version: "0.10.1",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 3db751d

Please sign in to comment.