From 7854b0fa4f0eacfb5cf465e4d507c67b71bede53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sat, 15 Apr 2023 13:09:35 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 4 ++++ haxelib.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7779c59..08b38a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version [1.2.0](https://github.com/cedx/free-mobile.hx/compare/v1.1.2...v1.2.0) +- Updated the dependencies. +- Use the null coalescing operator. + ## Version [1.1.2](https://github.com/cedx/free-mobile.hx/compare/v1.1.1...v1.1.2) - Restored the [HashLink](https://hashlink.haxe.org) tests. - Updated the project URL. diff --git a/haxelib.json b/haxelib.json index 6df0704..3e64af3 100644 --- a/haxelib.json +++ b/haxelib.json @@ -5,8 +5,8 @@ "description": "Send SMS messages to your Free Mobile device.", "license": "MIT", "name": "free_mobile", - "releasenote": "Restored the HashLink tests, updated the project URL.", + "releasenote": "Updated the dependencies, use the null coalescing operator.", "tags": ["api", "client", "cross", "free", "mobile", "sms", "tink"], "url": "https://github.com/cedx/free-mobile.hx", - "version": "1.1.2" + "version": "1.2.0" }