Skip to content

Commit 84c1e26

Browse files
committed
Bumped version to 3.6.0
Updated changelogs
1 parent 87a8677 commit 84c1e26

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 3.6.0 (2024-03-11)
2+
3+
## Bugs
4+
5+
* **Change feed**: Fixed automatic resume at last change in continuous feed ([#198](https://github.com/matteobortolazzo/couchdb-net/issues/198))
6+
7+
# 3.5.0 (2024-02-03)
8+
9+
## Features
10+
11+
* **Find**: Added support for fetching attachments with entire content ([#194](https://github.com/matteobortolazzo/couchdb-net/issues/194))
12+
113
# 3.4.0 (2023-06-21)
214

315
## Features
@@ -16,7 +28,7 @@
1628

1729
## Bug Fixes
1830

19-
* **Dependency Injection**: Fix dependency injection packages references ([#180](https://github.com/matteobortolazzo/couchdb-net/pull/180))
31+
* **Dependency Injection**: Fix dependency injection packages references ([#180](https://github.com/matteobortolazzo/couchdb-net/pull/180))
2032

2133
# 3.3.0 (2022-10-20)
2234

LATEST_CHANGE.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
# 3.4.0 (2023-06-21)
2-
3-
## Features
4-
5-
* **Database split**: Configurable field for document discrimination ([#150](https://github.com/matteobortolazzo/couchdb-net/issues/150))
6-
* **Find**: Added all options and responses ([#182](https://github.com/matteobortolazzo/couchdb-net/issues/182))
7-
* **Change feed**: Adds support for database split ([#187](https://github.com/matteobortolazzo/couchdb-net/issues/187))
8-
* **Replicas**: Adds `CreateTarget` option ([#189](https://github.com/matteobortolazzo/couchdb-net/issues/189))
1+
# 3.6.0 (2024-03-11)
92

103
## Bugs
114

12-
* **Queries**: Fix when `In` is called inside `Any` ([#183](https://github.com/matteobortolazzo/couchdb-net/issues/183))
13-
* **Database split**: Fix `FirstOrDefault` without filter queries ([#185](https://github.com/matteobortolazzo/couchdb-net/issues/185))
5+
* **Change feed**: Fixed automatic resume at last change in continuous feed ([#198](https://github.com/matteobortolazzo/couchdb-net/issues/198))

src/azure-pipelines.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
BuildConfiguration: Release
3-
PackageVersion: '3.5.0'
3+
PackageVersion: '3.6.0'
44

55
trigger:
66
branches:

0 commit comments

Comments
 (0)