Skip to content

Commit 8c6e0b4

Browse files
committed
Release 1.2.0
1 parent 6fda47e commit 8c6e0b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# open890 Changelog
22

3-
## Unreleased
3+
## 1.2.0 - 2024-06-01
44
* Added the ability to remotely wake the radio from the connections listing.
55
* Reworked the connections screen to be a LiveView.
66
* Added the ability to configure the UDP audio port from 60001 via OPEN890_UDP_PORT

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Open890.MixProject do
22
use Mix.Project
33
@app :open890
44

5-
def version, do: "0.0.0-dev"
5+
def version, do: "1.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)