Skip to content

Commit

Permalink
Bumping version for next release (stargate#734)
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: Doug Wettlaufer <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2021
1 parent 0435b64 commit 9955d07
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 22 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v1.0.13](https://github.com/stargate/stargate/tree/v1.0.13) (2021-03-03)

[Full Changelog](https://github.com/stargate/stargate/compare/v1.0.12...v1.0.13)

**Fixed bugs:**

- Querying GraphQL API with `limit` fails [\#716](https://github.com/stargate/stargate/issues/716)
- Require authorization to read DML schemas [\#731](https://github.com/stargate/stargate/pull/731) ([olim7t](https://github.com/olim7t))

**Closed issues:**

- REST API select \* from table [\#727](https://github.com/stargate/stargate/issues/727)

**Merged pull requests:**

- Bumping version for next release [\#724](https://github.com/stargate/stargate/pull/724) ([github-actions[bot]](https://github.com/apps/github-actions))
- General cleanup of RestApiv2Test [\#723](https://github.com/stargate/stargate/pull/723) ([dougwettlaufer](https://github.com/dougwettlaufer))
- Fix handling of LIMIT in query builder \(fixes \#716\) [\#719](https://github.com/stargate/stargate/pull/719) ([olim7t](https://github.com/olim7t))

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

[Full Changelog](https://github.com/stargate/stargate/compare/v1.0.11...v1.0.12)
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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-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.13-SNAPSHOT</version>
<version>1.0.14-SNAPSHOT</version>
</parent>
<groupId>io.stargate.it</groupId>
<artifactId>testing</artifactId>
Expand Down

0 comments on commit 9955d07

Please sign in to comment.