Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Sep 3, 2021
1 parent 1fcd3d7 commit fe7faf5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.2.8

* Added
* Location and time properties:
* `lac` - The Location Area Code (lac) for the current cell
* `cid` - The Cell ID (cid) for the current cell
* `network_datetime` - The reported datetime from the network
* `utc_offset` - The UTC offset in seconds
* `roaming` - If the network is roaming or not
* `std_offset` - The standard offset in seconds

## v0.2.7

* Added
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.2.7"}
{:vintage_net_qmi, "~> 0.2.8"}
]
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.7"
@version "0.2.8"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit fe7faf5

Please sign in to comment.