We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577bbed commit c251ae9Copy full SHA for c251ae9
2 files changed
CHANGELOG.rst
@@ -1,15 +1,25 @@
1
Changelog
2
=========
3
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
13
`2.2.0`_ (2019-05-07)
-------------------
14
15
.. _2.2.0: https://github.com/imgix/imgix-python/compare/2.1.0...2.2.0
16
17
* deprecate domain sharding (`#41`_)(`#42`_)
18
19
.. _#41: https://github.com/imgix/imgix-python/pull/41
20
.. _#42: https://github.com/imgix/imgix-python/pull/42
21
22
23
2.1.0 (2019-02-13)
24
------------------
25
imgix/_version.py
@@ -1 +1 @@
-__version__ = '2.2.0'
+__version__ = '2.3.0'
0 commit comments