Skip to content

Commit 08e983d

Browse files
committed
4.2.1
2 parents eb38cf7 + 974fe45 commit 08e983d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ You can view all sent emails via the smtp4dev UI on http://localhost:3000/, inlc
4242

4343
Change logs
4444
DB schema update:
45-
``` ALTER TABLE alerts.query_result MODIFY logs TEXT NULL; ```
45+
``` ALTER TABLE alerts.query_result MODIFY logs TEXT NULL; ```
46+
47+
### 4.2.0 Release
48+
No DB changes

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* rights and limitations under the License.
1212
*/
1313
buildscript {
14-
version "4.2.1-SNAPSHOT"
14+
version "4.2.1"
1515
group "au.org.ala"
1616
}
1717

0 commit comments

Comments
 (0)