From c0f4be9a98f46a2a5077ac28ad4d970ef61d4a91 Mon Sep 17 00:00:00 2001 From: Adinan Cenci Date: Sun, 8 Jan 2023 09:29:37 -0300 Subject: [PATCH] 1.0.2 --- CHANGESLOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGESLOG.md b/CHANGESLOG.md index 53ea04b..8092968 100644 --- a/CHANGESLOG.md +++ b/CHANGESLOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.2 - 2023-01-08 +### Fixed +- Fixed a typo in the package's name in the `composer.json` file. ## 1.0.1 - 2023-01-08 ### Fixed diff --git a/composer.json b/composer.json index 139c4d3..9c8f711 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "adinancenci/psr-7", + "name": "adinan-cenci/psr-7", "description": "An implementation of the PSR-7 specification.", "type": "library", "keywords": ["http", "psr", "psr-7"],