Skip to content

Commit

Permalink
v0.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 15, 2023
1 parent ca57cf8 commit 0e48d73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.13.1] - 2023-03-15

This release fixes deprecation warnings when using Elixir 1.15.

## [v0.13.0] - 2023-01-22

This release has a breaking change if you're using the `UdhcpcHandler`
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 VintageNet.MixProject do
use Mix.Project

@version "0.13.0"
@version "0.13.1"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 0e48d73

Please sign in to comment.