Skip to content

Commit

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

See merge request Astarte-NG/astarte_data_access!38
  • Loading branch information
rbino committed Aug 10, 2018
2 parents 7aa04af + 03b86aa commit 52f2ad9
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 @@ -5,3 +5,7 @@ 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).

## [Unreleased]

## [0.10.0-beta.1] - 2018-08-10
### Added
- First Astarte release.
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: "0.10.0-dev",
version: "0.10.0-beta.1",
elixir: "~> 1.5",
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down

0 comments on commit 52f2ad9

Please sign in to comment.