Skip to content

Commit b72075c

Browse files
authored
Merge pull request #16 from rohangupta/main
Update version number is package.json and CHANGELOG.md
2 parents b287777 + 1e50f01 commit b72075c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## [1.0.5] - 2023-10-11
4+
Upgrade jsdoc and mocha versions. Move jsdoc to devDependencies.
5+
6+
## [1.0.4] - 2022-04-08
7+
Minor upgrade of dependent cassandra driver
8+
39
## [1.0.3] - 2021-10-20
410
Unify manual and default aws credential chains
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IMPORTANT: Latest Version
22

3-
The current version is 1.0.3. Please see the [changelog](./CHANGELOG.md) for details on version history.
3+
The current version is 1.0.5. Please see the [changelog](./CHANGELOG.md) for details on version history.
44

55
# What
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-sigv4-auth-cassandra-plugin",
3-
"version": "1.0.3",
3+
"version": "1.0.5",
44
"description": "A sigv4 authentication plugin for open-source Datastax NodeJS Driver for Apache Cassandra",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)