Skip to content

Commit 8ab0f62

Browse files
committed
Version bump to v2.2.0
1 parent c207b13 commit 8ab0f62

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v2.2.0
2+
3+
- Added support for /db/_changes endpoint, which allows to listen for change events
4+
- Added support for /db/_index endpoint, which allows to create indexes on databases
5+
- Improved documentation
6+
17
# v2.1.1
28

39
- Fixes missing module dependency

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aiocouch
3-
version = 2.1.1
3+
version = 2.2.0
44
author = TU Dresden
55
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
66
long_description = file: README.md

0 commit comments

Comments
 (0)