Skip to content

Commit

Permalink
bumping cbshell version
Browse files Browse the repository at this point in the history
  • Loading branch information
deniswsrosa committed Sep 18, 2024
1 parent 2b5cb64 commit 4920c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.couchbase"
version = "1.1.4"
version = "1.1.5"
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down
5 changes: 1 addition & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
<![CDATA[
<h2>New Features</h2>
<ul>
<li>You can now import data from DynamoDB</li>
<li>Adding Couchbase Search and Vector Search Support</li>
<li>You can now apply key range filters on documents</li>
<li>Support for named parameters</li>
<li>Adding support for CBShell</li>
<li>Bug fixes</li>
</ul>
]]>
Expand Down

0 comments on commit 4920c01

Please sign in to comment.