From 59dca474914324763397be2ea3d6ad3bc48f4688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Gon=C3=A7alves?= Date: Tue, 26 Aug 2014 16:21:01 +0200 Subject: [PATCH] Release v1.0.1 --- CHANGELOG.md | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e376923..08d0b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## Next +## 1.0.1 - 2014-08-26 - [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) compliant and automation on Travis-CI - Thanks to [@nyamsprod](https://github.com/nyamsprod) for initial patch. +- [Fix] Domain containing `x`, `n` or `-` would result in failures while decoding (#6). ## 1.0.0 - 2014-03-10 diff --git a/composer.json b/composer.json index 9036d9f..7ebc470 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "true/punycode", - "version": "1.0.0", + "version": "1.0.1", "type": "library", "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", "keywords": ["IDNA", "punycode"],