Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Jun 10, 2020
1 parent 6ee1573 commit 83fbd10
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 0.2.0 - 2020-06-10

### Added

- [#2](https://github.com/netglue/primo/pull/2) Adds `Primo\Http\PrismicHttpClient` interface. This interface is just aliased to the PSR Http Client interface but the Api client factory targets the new interface in the container so that it is easier to change the client used specifically for the Prismic API. Typically, you'd want to wrap the standard client in a caching client…

### Changed

- [#2](https://github.com/netglue/primo/pull/2) Adds some suggest items to composer.json

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#2](https://github.com/netglue/primo/pull/2) Corrects the config provider class name in composer.json

## 0.1.0 - 2020-06-08

### Added
Expand Down

0 comments on commit 83fbd10

Please sign in to comment.