Skip to content

Commit d5ebbc2

Browse files
committed
Release 1.0.0
1 parent 6774390 commit d5ebbc2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
* Nothing
10+
11+
## [1.0.0] - 2019-11-18
12+
913
### Changed
1014

1115
* Reworded `ValidationException` messages to align them with the wordings used in the specification.

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# { json:api } Client
22

33
[![PHP from Packagist](https://img.shields.io/packagist/php-v/swisnl/json-api-client.svg)](https://packagist.org/packages/swisnl/json-api-client)
4-
[![Latest Version on Packagist](https://img.shields.io/packagist/vpre/swisnl/json-api-client.svg)](https://packagist.org/packages/swisnl/json-api-client)
4+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/swisnl/json-api-client.svg)](https://packagist.org/packages/swisnl/json-api-client)
55
[![Software License](https://img.shields.io/packagist/l/swisnl/json-api-client.svg)](LICENSE)
66
[![Build Status](https://travis-ci.org/swisnl/json-api-client.svg?branch=master)](https://travis-ci.org/swisnl/json-api-client)
77
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/swisnl/json-api-client.svg)](https://scrutinizer-ci.com/g/swisnl/json-api-client/?branch=master)

0 commit comments

Comments
 (0)