diff options
-rw-r--r-- | RELEASE-NOTES.txt | 14 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 66a927d..2a7c305 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,6 +1,20 @@ +Carbonado version 1.1
+---------------------
+
+Carbonado is an extensible, high performance persistence abstraction layer for
+Java applications with a relational view to the underlying persistence
+technology.
+
+http://carbonado.sourceforge.net/
+
+
Carbonado change history
------------------------
+1.1-BETA11 to 1.1 (release)
+-------------------------------
+- Only minor comment changes.
+
1.1-BETA10 to 1.1-BETA11
-------------------------------
- Fixed bug when decoding old Storable generations - new properties must be
@@ -5,7 +5,7 @@ <artifactId>carbonado</artifactId>
<packaging>jar</packaging>
<name>Carbonado</name>
- <version>1.1-BETA11</version>
+ <version>1.1</version>
<description>
Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
</description>
|