Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Jan 13, 2025
1 parent 7620095 commit 7bee844
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.5.1

* Enhancements
* Added `BlueHeron.HCI.Transport.transport_ready?/0`
* Bugfixes
* Fixed issue where transport would fail to initialize due to garbage data needing
to be flushed

## v0.5.0

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BlueHeron.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.5.1"
@source_url "https://github.com/blue-heron/blue_heron"

def project do
Expand Down

0 comments on commit 7bee844

Please sign in to comment.