diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbc93d..cf58769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.0.16 + +* Updating fast_yaml to version 1.0.37. + # Version 1.0.15 * Updating fast_yaml to version 1.0.36. diff --git a/rebar.config b/rebar.config index 1fd988b..78019a8 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ {platform_define, "^(R|1|20)", 'USE_OLD_HTTP_URI'}, {platform_define, "^(R|1|20)", deprecated_stacktrace}]}. -{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.36"}}}]}. +{deps, [{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.37"}}}]}. {cover_enabled, true}. {cover_export_enabled, true}. diff --git a/src/yconf.app.src b/src/yconf.app.src index 051afd4..017803c 100644 --- a/src/yconf.app.src +++ b/src/yconf.app.src @@ -17,7 +17,7 @@ %%%------------------------------------------------------------------- {application, yconf, [{description, "YAML configuration processor"}, - {vsn, "1.0.15"}, + {vsn, "1.0.16"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, fast_yaml]},