diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8287e609..0a2afcfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -43,3 +43,8 @@ For more detail see #29.
- passing an integer to a property of type "number" produced a validation error
- when validating collections the "ignore" argument wasn't being passed down
- type hints were producing an error with Python 3.8
+
+## Release 0.2.3 (2024-06-21)
+
+- Update to latest openMINDS schemas and instances
+- Internal import statements are now sorted alphabetically
diff --git a/LICENSE b/LICENSE
index f8f40103..2d8708d8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2023 openMetadataInitiative
+Copyright (c) 2024 openMetadataInitiative
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 49a3730e..9b432418 100644
--- a/README.md
+++ b/README.md
@@ -86,4 +86,4 @@ The resultant package is copied to the `main` branch, and at intervals is publis

-This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).
+This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3), and in the EBRAINS-2.0 project, funded from the European Union's Horizon Europe programme under grant agreement 101147319.
diff --git a/build.py b/build.py
index a23aa052..0f5ef19c 100644
--- a/build.py
+++ b/build.py
@@ -104,7 +104,7 @@
autoescape=select_autoescape()
)
context = {
- "version": "0.2.2",
+ "version": "0.2.3",
}
with open("target/pyproject.toml", "w") as fp:
contents = env.get_template("pipeline/src/pyproject_template.toml.txt").render(context)
diff --git a/pipeline/src/README.md b/pipeline/src/README.md
index 2a756a73..4f8310d3 100644
--- a/pipeline/src/README.md
+++ b/pipeline/src/README.md
@@ -86,4 +86,4 @@ The resultant package is copied to the `main` branch, and at intervals is publis

-This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).
+This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3), and in the EBRAINS-2.0 project, funded from the European Union's Horizon Europe programme under grant agreement 101147319.