Skip to content

Commit

Permalink
release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Mar 8, 2024
1 parent 4f21efb commit e728918
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.0] - 2024-03-08

### Added:

- RS-183: Add verifySSL option to ClientOptions, [PR-78](https://github.com/reductstore/reduct-js/pull/78)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data stored in ReductStore.
## Features

* Promise-based API for easy asynchronous programming
* Support for [ReductStore HTTP API v1.9](https://reduct.store/docs/http-api)
* Support for [ReductStore HTTP API v1.9](https://wwww.reduct.store/docs/http-api)
* Token-based authentication for secure access to the database
* Labeling for read-write operations and querying
* Batch operations for efficient data processing
Expand Down
4 changes: 2 additions & 2 deletions 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": "reduct-js",
"version": "1.8.0",
"version": "1.9.0",
"description": "ReductStore Client SDK for Javascript/NodeJS/Typescript",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit e728918

Please sign in to comment.