Skip to content

Commit

Permalink
Bumping version for next release (stargate#707)
Browse files Browse the repository at this point in the history
* Bumping version for next release

* Update changelog

Co-authored-by: dougwettlaufer <[email protected]>
Co-authored-by: Dmitri Bourlatchkov <[email protected]>
  • Loading branch information
3 people authored Feb 23, 2021
1 parent 39ac7b6 commit 0a0dd11
Show file tree
Hide file tree
Showing 23 changed files with 37 additions and 22 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v1.0.10](https://github.com/stargate/stargate/tree/v1.0.10) (2021-02-22)

[Full Changelog](https://github.com/stargate/stargate/compare/v1.0.9...v1.0.10)

**Closed issues:**

- Provide counter cql column update/write feature [\#688](https://github.com/stargate/stargate/issues/688)

**Merged pull requests:**

- move --bind-to-listen-address to starctl cmd [\#705](https://github.com/stargate/stargate/pull/705) ([jtgrabowski](https://github.com/jtgrabowski))
- Add ability to update counters in restapi [\#703](https://github.com/stargate/stargate/pull/703) ([dougwettlaufer](https://github.com/dougwettlaufer))
- Use superuser Query/Client state for external users. [\#701](https://github.com/stargate/stargate/pull/701) ([dimas-b](https://github.com/dimas-b))
- Bumping version for next release [\#693](https://github.com/stargate/stargate/pull/693) ([github-actions[bot]](https://github.com/apps/github-actions))

## [v1.0.9](https://github.com/stargate/stargate/tree/v1.0.9) (2021-02-19)

[Full Changelog](https://github.com/stargate/stargate/compare/v1.0.8...v1.0.9)
Expand Down
2 changes: 1 addition & 1 deletion auth-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.auth.api</groupId>
<artifactId>auth-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion auth-jwt-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.auth.jwt</groupId>
<artifactId>auth-jwt-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion auth-table-based-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.auth.table</groupId>
<artifactId>auth-table-based-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authnz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.auth</groupId>
<artifactId>authnz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-store-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>stargate</artifactId>
<groupId>io.stargate</groupId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.stargate.config-store</groupId>
Expand Down
2 changes: 1 addition & 1 deletion config-store-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>stargate</artifactId>
<groupId>io.stargate</groupId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.stargate.config.store.yaml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>stargate</artifactId>
<groupId>io.stargate</groupId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.core</groupId>
<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.cql</groupId>
<artifactId>cql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphqlapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.graphql</groupId>
<artifactId>graphqlapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion health-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.health</groupId>
<artifactId>health-checker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.db</groupId>
<artifactId>persistence-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence-cassandra-3.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.db.cassandra</groupId>
<artifactId>persistence-cassandra-3.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence-cassandra-4.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.db.cassandra</groupId>
<artifactId>persistence-cassandra-4.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.db</groupId>
<artifactId>persistence-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence-dse-6.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.db.dse</groupId>
<artifactId>persistence-dse-6.8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.db</groupId>
<artifactId>persistence-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Core modules for Stargate</description>
Expand Down
2 changes: 1 addition & 1 deletion rate-limiting-global/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>stargate</artifactId>
<groupId>io.stargate</groupId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.stargate.db.limiter.global</groupId>
Expand Down
2 changes: 1 addition & 1 deletion restapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.web</groupId>
<artifactId>restapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stargate-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.starter</groupId>
<artifactId>stargate-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.it</groupId>
<artifactId>testing-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>stargate</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<groupId>io.stargate.it</groupId>
<artifactId>testing</artifactId>
Expand Down

0 comments on commit 0a0dd11

Please sign in to comment.