Skip to content

Commit c251ae9

Browse files
author
Sherwin H
committed
chore(release): 2.3.0
1 parent 577bbed commit c251ae9

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
Changelog
22
=========
33

4+
`2.3.0`_ (2019-06-06)
5+
---------------------
6+
.. _2.3.0: https://github.com/imgix/imgix-python/compare/2.2.0...2.3.0
7+
8+
* feat: deprecate `domains` in favor of `domain` (`#45`_)
9+
10+
.. _#45: https://github.com/imgix/imgix-python/pull/45
11+
12+
413
`2.2.0`_ (2019-05-07)
5-
------------------
14+
---------------------
615
.. _2.2.0: https://github.com/imgix/imgix-python/compare/2.1.0...2.2.0
716

817
* deprecate domain sharding (`#41`_)(`#42`_)
918

1019
.. _#41: https://github.com/imgix/imgix-python/pull/41
1120
.. _#42: https://github.com/imgix/imgix-python/pull/42
1221

22+
1323
2.1.0 (2019-02-13)
1424
------------------
1525

imgix/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.0'
1+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)