Skip to content

Commit

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

## v0.5.3

* Enhancements
* Updated ex_doc and property_table (Thanks @fhunleth ❤️)
* Updated CI to build for Elixir 1.18 and 1.17 (Thanks @fhunleth ❤️)

## v0.5.2

* Enhancements
* Changed the Elixir version requirement to match Nerves.
This fixes an unneeded warning on Elixir versions older than 1.18.
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.2"
@version "0.5.3"
@source_url "https://github.com/blue-heron/blue_heron"

def project do
Expand Down

0 comments on commit a7bb071

Please sign in to comment.