This is an automated email from the ASF dual-hosted git repository. donaldp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildr.git
commit 08ef373bbe73906916844f9395ad5ac8edb936ea Author: Peter Donald <pe...@realityforge.org> AuthorDate: Sat Feb 16 13:46:09 2019 +1100 Specify release date --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1265efd..135816d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.5.7 (Pending) +1.5.7 (2019-02-16) * Fixed: The fix that allowed special characters in usernames and passwords was only partially applied in the `1.5.6` release. The complete fix that correctly decoded usernames and passwords before passing them to HTTP library is now been applied.