Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyc committed Jun 1, 2024
1 parent 6fda47e commit 8c6e0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open890 Changelog

## Unreleased
## 1.2.0 - 2024-06-01
* Added the ability to remotely wake the radio from the connections listing.
* Reworked the connections screen to be a LiveView.
* Added the ability to configure the UDP audio port from 60001 via OPEN890_UDP_PORT
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Open890.MixProject do
use Mix.Project
@app :open890

def version, do: "0.0.0-dev"
def version, do: "1.2.0"

def project do
[
Expand Down

0 comments on commit 8c6e0b4

Please sign in to comment.