Skip to content

Commit

Permalink
Merge pull request #28 from bettio/prepare-0.11.1
Browse files Browse the repository at this point in the history
Prepare 0.11.1
  • Loading branch information
rbino authored May 18, 2020
2 parents 7b8c036 + e7886d9 commit 277f9f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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).

## [0.11.1] - 2020-05-18

## [0.11.0] - 2020-04-06

## [0.11.0-rc.1] - 2020-03-25
Expand Down
4 changes: 2 additions & 2 deletions 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: "0.11.0",
version: "0.11.1",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down Expand Up @@ -64,7 +64,7 @@ defmodule Astarte.DataAccess.Mixfile do

defp astarte_required_modules(_) do
[
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.0"}
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.1"}
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "9bd5b84cedfe7e53eda1880fd395d6c0b46b5655", [tag: "v0.11.0"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "873b9cf9604d2f979b9eb00302d01b0e8180214a", [tag: "v0.11.1"]},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
"cqerl": {:git, "https://github.com/matehat/cqerl.git", "6e44b42df1cb0fcf82d8ab4df032c2e7cacb96f9", [ref: "6e44b42df1cb0fcf82d8ab4df032c2e7cacb96f9"]},
Expand Down

0 comments on commit 277f9f0

Please sign in to comment.