Skip to content

Commit

Permalink
v0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed May 20, 2021
1 parent 9a9771c commit c5cff19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.2.2

* Improvements
* Add `VintageNetQMI.quick_configure/1` to easily configure `VintageNet` at
runtime.

* Updates
* Support `vintage_net` v0.10.2
* Better handling of connection status

## v0.2.1

* Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this library, first add it to your project's dependency list:
```elixir
def deps do
[
{:vintage_net_qmi, "~> 0.1.0"}
{:vintage_net_qmi, "~> 0.2.2"}
]
end
```
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 VintageNetQMI.MixProject do
use Mix.Project

@version "0.2.1"
@version "0.2.2"
@source_url "https://github.com/smartrent/vintage_net_qmi"

def project do
Expand Down

0 comments on commit c5cff19

Please sign in to comment.