From 28d6518d3c8b191cba348dc3eff23811898b4858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sat, 19 Aug 2023 23:21:09 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0554815..00c7170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,13 @@ -## 3.0.0 - unreleased - -ADDED: +## 3.0.0-rc1 - 2023-08-19 CHANGED: -DEPRECATED: +- [#33](https://github.com/woohoolabs/yang/pull/33): Use `Psr\Http\Client\ClientInterface` as type +- Declare nearly all property types REMOVED: -FIXED: +- Support for php-http/httplug v1 ## 3.0.0-beta1 - 2021-10-23