Skip to content

Commit ff01309

Browse files
author
Sherwin H
committed
chore(release): 3.1.0
1 parent dfebd3e commit ff01309

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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="3.1.0"></a>
6+
7+
## [3.1.0](https://github.com/imgix/imgix-php/compare/3.0.0...3.1.0) (2019-08-29)
8+
9+
* feat: add srcset generation ([#47](https://github.com/imgix/imgix-php/pull/47))
10+
511
<a name="3.0.0"></a>
612

713
## [3.0.0](https://github.com/imgix/imgix-php/compare/2.3.0...3.0.0) (2019-06-11)

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": "3.0.0",
5+
"version": "3.1.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 = "3.0.0";
7+
private $currentVersion = "3.1.0";
88
private $domain;
99
private $useHttps;
1010
private $signKey;

0 commit comments

Comments
 (0)