Skip to content

Commit

Permalink
:Adds CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Oct 11, 2023
1 parent 00881f4 commit 8a4599e
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Changelog

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Adds CHANGELOG.

### Changed


## [0.7.0] - 2023-06-29

### Changed
- Disable pipeline runs for forks. [#25](https://github.com/microsoft/kiota-serialization-text-php/pull/25)
- Update writeObjectValue parameters to match abstractions change. [#26](https://github.com/microsoft/kiota-serialization-text-php/pull/26)

## [0.6.0] - 2023-05-18

### Changed
- Fix static analysis issues. [#14](https://github.com/microsoft/kiota-serialization-text-php/pull/14)
- Bump abstractions. [#20](https://github.com/microsoft/kiota-serialization-text-php/pull/20)

## [0.5.0] - 2023-05-18

### Added
- Composed types (De)Serialization support. [#7](https://github.com/microsoft/kiota-serialization-text-php/pull/7)
- Adds dependabot auto-merge and conflicts workflows. [#9](https://github.com/microsoft/kiota-serialization-text-php/pull/9)
- Add coverage reporting SonarCloud. [#10](https://github.com/microsoft/kiota-serialization-text-php/pull/10)
- Bump abstractions. [#11](https://github.com/microsoft/kiota-serialization-text-php/pull/11)

### Changed
- Change workflow to use strategy matrix for PHP versions. [#8](https://github.com/microsoft/kiota-serialization-text-php/pull/8)

## [0.4.0] - 2023-05-18

### Changed
- Bump abstractions. [#5](https://github.com/microsoft/kiota-serialization-text-php/pull/5)


*For previous releases, please see our [Release Notes](https://github.com/microsoft/kiota-serialization-text-php/releases)*

0 comments on commit 8a4599e

Please sign in to comment.