diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d372c..a0f610f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.1.4 - TBA +## 0.2.0 - 2023-09-02 ### Added -- Nothing. +- Add `Locale::$currency` and `Locale\Options::$currency` properties. ECMA-402 does not define these properties; they are unique to this implementation and inspired by the properties and methods added in the [Intl Locale Info Proposal](https://tc39.es/proposal-intl-locale-info/). ([#12](https://github.com/php-ecma-intl/ext/pull/12)) ### Changed diff --git a/README.md b/README.md index 2898fce..9693992 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
-
+
diff --git a/package.xml b/package.xml
index f40051d..9252ff9 100644
--- a/package.xml
+++ b/package.xml
@@ -13,11 +13,11 @@ Internationalization API Specification.