Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Prepare release 1.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijskant committed Jun 28, 2021
1 parent 0adc42a commit ad94b0d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.0.7]
- Return all active organisations instead of just the first page of 20. (Resolves issue [PODIUM-307](https://thehyve.atlassian.net/browse/PODIUM-307).)

## [1.0.6]
- Requests to public endpoints no longer send the Authorization header;
- Login issue fixed (an expired/invalid auth token no longer breaks the app);
Expand Down
2 changes: 1 addition & 1 deletion podium-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>nl.thehyve.podium</groupId>
<artifactId>podium</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion podium-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podium-gateway",
"version": "1.0.7-SNAPSHOT",
"version": "1.0.7",
"description": "Podium Gateway Request Portal",
"private": true,
"cacheDirectories": [
Expand Down
2 changes: 1 addition & 1 deletion podium-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>podium</artifactId>
<groupId>nl.thehyve.podium</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion podium-uaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>podium</artifactId>
<groupId>nl.thehyve.podium</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>nl.thehyve.podium</groupId>
<artifactId>podium</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<name>Podium</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit ad94b0d

Please sign in to comment.