diff --git a/authorizer-app-backend/src/main/resources/db/changelog/changes/20211008113000_add_registration_created_at.xml b/authorizer-app-backend/src/main/resources/db/changelog/changes/20211008113000_add_registration_created_at.xml index 13abbc30..9b89c2e3 100644 --- a/authorizer-app-backend/src/main/resources/db/changelog/changes/20211008113000_add_registration_created_at.xml +++ b/authorizer-app-backend/src/main/resources/db/changelog/changes/20211008113000_add_registration_created_at.xml @@ -9,6 +9,7 @@ + ANY diff --git a/authorizer-app/package.json b/authorizer-app/package.json index 074b926e..944b064a 100644 --- a/authorizer-app/package.json +++ b/authorizer-app/package.json @@ -1,6 +1,6 @@ { "name": "authorizer-app", - "version": "4.2.0", + "version": "4.2.1", "description": "Simple app to authorize to collect data from third party services ", "repository": { "type": "git", diff --git a/build.gradle.kts b/build.gradle.kts index 954e63a3..c694f1e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { allprojects { group = "org.radarbase" - version = "4.2.0" + version = "4.2.1" repositories { mavenCentral()