Skip to content

Commit cf1a7d2

Browse files
ConnorRigbyfhunleth
authored andcommitted
v0.1.2 release
1 parent e5df92e commit cf1a7d2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.1.2
4+
5+
* Bug Fixes
6+
* Fix issue where query parameters were not being encoded correctly
7+
8+
## v0.1.1
9+
10+
* Retired due to typo
11+
312
## v0.1.0
413

514
* Initial Release

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NervesHubLinkCommon.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.1.2"
55
@source_url "https://github.com/nerves-hub/nerves_hub_link_common"
66

77
def project do

0 commit comments

Comments
 (0)