diff --git a/CHANGELOG.md b/CHANGELOG.md index fc78f6a..94a23f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index bea9b04..a44908f 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 874b36a..7604fb9 100644 --- a/mix.exs +++ b/mix.exs @@ -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