We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5df92e commit cf1a7d2Copy full SHA for cf1a7d2
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## v0.1.0
13
14
* Initial Release
mix.exs
@@ -1,7 +1,7 @@
defmodule NervesHubLinkCommon.MixProject do
use Mix.Project
- @version "0.1.0"
+ @version "0.1.2"
@source_url "https://github.com/nerves-hub/nerves_hub_link_common"
def project do
0 commit comments