Skip to content

Commit

Permalink
chore: set package version @ v1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UnbounDev committed Nov 16, 2022
1 parent 2c75ac3 commit d006235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ var driver = cassanKnex.getDriver();

#### <a name="ChangeLog"></a>ChangeLog

- 1.21.1
- Upgrades to dependency versions.
- 1.21.0
- Added support for managed Aws Keyspaces when cassanknex is initialized with `awsKeyspace`
- Added Single Region Replication Strategy for Aws Keyspaces
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cassanknex",
"version": "1.21.0",
"version": "1.21.1",
"description": "An Apache Cassandra CQL query builder with support for the DataStax NodeJS driver, written in the spirit of Knex.",
"main": "index.js",
"homepage": "https://github.com/azuqua/cassanknex",
Expand Down

0 comments on commit d006235

Please sign in to comment.