From ad35eec7215ad9f7a006526dba1b06c448e3e49e Mon Sep 17 00:00:00 2001 From: tal7aouy Date: Sat, 19 Oct 2024 13:54:07 +0100 Subject: [PATCH] set version 1.0.3 --- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5765c1..6730c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,3 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add rector for code style - fix code style issues - correct some typos & improve readme + +## [1.0.2] - 2024-10-14 + +## [1.0.3] - 2024-10-19 diff --git a/composer.json b/composer.json index 03c06eb..7d301e7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "tal7aouy/yusr", "description": "A lightweight HTTP client library for PHP inspired by Guzzle.", - "version": "1.0.2", + "version": "1.0.3", "type": "library", "license": "MIT", "keywords": [ @@ -59,4 +59,4 @@ "test": "./vendor/bin/pest", "rector": "./vendor/bin/rector process src tests" } -} +} \ No newline at end of file