Skip to content

Commit

Permalink
Release version 12.2.0 (#1414)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kamkha <[email protected]>
  • Loading branch information
DanielKamkha authored Jul 5, 2022
1 parent 06fc306 commit b83e641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Gluecodium project Release Notes

## Unreleased
## 12.2.0
Release date: 2022-07-05
### Breaking changes:
* Nullable fields in structs now implicitly have a default value of `null`, unless explicitly defined otherwise. This
also affects implicitly generated constructors for such structs (explicitly defined constructors are unaffected).
Expand Down
2 changes: 1 addition & 1 deletion gluecodium/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 12.1.0
version = 12.2.0

0 comments on commit b83e641

Please sign in to comment.