Skip to content

Commit e0dbfe2

Browse files
chore: release release-0.12
1 parent 4f19d7a commit e0dbfe2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"backend": "0.12.0",
2+
"backend": "0.12.1",
33
"doc": "0.12.0",
44
"frontend": "0.12.0"
55
}

backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
<!-- Starting from v0.11 changelogs are separated per-project. The changes below
1010
refer to both the frontend *and* the backend of edgehog -->
1111

12+
## [0.12.1](https://github.com/edgehog-device-manager/edgehog/compare/v0.12.0...v0.12.1) (2026-02-27)
13+
14+
15+
### Bug Fixes
16+
17+
* **backend:** DeploymentEvent interface not working ([fd8e9c5](https://github.com/edgehog-device-manager/edgehog/commit/fd8e9c5f537ad3184ac6b365b9ff7f378aaf4938))
18+
1219
## [0.12.0](https://github.com/edgehog-device-manager/edgehog/compare/v0.11.0...v0.12.0) (2026-02-18)
1320

1421

backend/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule Edgehog.MixProject do
2424
def project do
2525
[
2626
app: :edgehog,
27-
version: "0.12.0",
27+
version: "0.12.1",
2828
elixir: "~> 1.17",
2929
elixirc_paths: elixirc_paths(Mix.env()),
3030
compilers: Mix.compilers(),

0 commit comments

Comments
 (0)