Skip to content

Commit

Permalink
Merge pull request #10 from rgallor/prepare-0.1
Browse files Browse the repository at this point in the history
Prepare release v0.1.0
  • Loading branch information
harlem88 authored Jun 3, 2024
2 parents beed00b + 7fb2eee commit ab7d793
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [0.1.0] - 2024-06-03

### Added

- Initial Edgehog Device Forwarder Proto release.
2 changes: 2 additions & 0 deletions CHANGELOG.md.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2024 SECO Mind Srl
SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion elixir/edgehog_device_forwarder_proto/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule EdgehogDeviceForwarderProto.MixProject do
def project do
[
app: :edgehog_device_forwarder_proto,
version: "0.0.1",
version: "0.1.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps()
Expand Down

0 comments on commit ab7d793

Please sign in to comment.