Skip to content

Commit

Permalink
Merge pull request #78 from bettio/prepare-1.0.4
Browse files Browse the repository at this point in the history
Prepare 1.0.4
  • Loading branch information
rbino committed Sep 26, 2022
2 parents 84fa43b + b280add commit ec5ff09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
elixir_version: "1.11.4"
otp_version: "23.2"
otp_version: "23.3"

jobs:
test-dialyzer:
Expand Down
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).

## [1.0.4] - 2022-09-26

## [1.0.3] - 2022-07-04

## [1.0.2] - 2022-03-29
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.0.3",
version: "1.0.4",
elixir: "~> 1.11",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit ec5ff09

Please sign in to comment.