Skip to content

Commit

Permalink
v0.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 25, 2021
1 parent 5800dda commit 68866ff
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
Expand Up @@ -2,6 +2,14 @@

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

## [v0.11.2] - 2021-10-25

* Added
* Added `VintageNet.RouteManager.refresh_route_metrics/0` to recompute the
routing table metrics. This is useful if you're supplying your own
`:route_metric_fun` and something has changed to make it return a different
prioritization. Thanks to @LostKobrakai for this feature.

## [v0.11.1] - 2021-10-01

* Changed
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.11.1"
@version "0.11.2"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 68866ff

Please sign in to comment.