Skip to content

Commit

Permalink
Merge pull request #229 from RADAR-base/release-4.2.1
Browse files Browse the repository at this point in the history
Release 4.2.1
  • Loading branch information
yatharthranjan authored Mar 1, 2023
2 parents 2289296 + 00543e6 commit ffa1914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<property name="now" value="current_timestamp" dbms="postgresql"/>

<changeSet author="joris" id="Add registration creation date">
<validCheckSum>ANY</validCheckSum>
<addColumn tableName="registration">
<column name="created_at" type="datetime" defaultValueComputed="${now}">
<constraints nullable="false"/>
Expand Down
2 changes: 1 addition & 1 deletion authorizer-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = "org.radarbase"
version = "4.2.0"
version = "4.2.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit ffa1914

Please sign in to comment.