Skip to content

Commit 081c80c

Browse files
author
Sherwin H
committed
chore(release): 2.3.0
1 parent 28f9cd3 commit 081c80c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.3.0"></a>
6+
## [2.3.0](https://github.com/imgix/imgix-php/compare/2.2.0...2.3.0) (2019-05-06)
7+
8+
9+
* deprecate domain sharding ([#42](https://github.com/imgix/imgix-php/pull/42)) ([#43](https://github.com/imgix/imgix-php/pull/43))
10+
11+
512
<a name="2.2.0"></a>
6-
# [2.2.0](https://github.com/imgix/imgix-php/compare/2.1.1...2.2.0) (2019-04-08)
13+
## [2.2.0](https://github.com/imgix/imgix-php/compare/2.1.1...2.2.0) (2019-04-08)
714

815

916
### Features

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "imgix/imgix-php",
33
"description": "A PHP client library for generating URLs with imgix.",
44
"type": "library",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"license": "BSD-2-Clause",
77
"keywords": [
88
"imgix"

src/Imgix/UrlBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class UrlBuilder {
66

7-
private $currentVersion = "2.2.0";
7+
private $currentVersion = "2.3.0";
88
private $domains;
99
private $useHttps;
1010
private $signKey;

0 commit comments

Comments
 (0)