Skip to content

Commit

Permalink
Merge pull request #543 from cloudant/prepare-2.9.6-release
Browse files Browse the repository at this point in the history
Prepare 2.9.6 release
  • Loading branch information
ricellis authored Jan 6, 2023
2 parents e188754 + 09ab284 commit 2947077
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased
# 2.9.6 (2023-01-06)
- [FIXED] HTTP client dependency issue that masked backup errors when server connection was dropped.
- [FIXED] Discard temporary file descriptor for backup.
- [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.4.0`.
- [UPGRADED] `ibm-cloud-sdk-core` peerDependency to minimum version `4.0.2` to match version provided from `@ibm-cloud/cloudant`.
- [UPGRADED] `axios` peerDependency to minimum version `1.2.1` to match version provided from `ibm-cloud-sdk-core`.

# 2.9.5 (2022-11-01)
- [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.3.0`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudant/couchbackup",
"version": "2.9.6-SNAPSHOT",
"version": "2.9.6",
"description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
"homepage": "https://github.com/cloudant/couchbackup",
"repository": "https://github.com/cloudant/couchbackup.git",
Expand Down

0 comments on commit 2947077

Please sign in to comment.