Updated files for PG12 AGE release to 1.1.1

    modified:   Makefile
    modified:   README.md
    modified:   RELEASE
    renamed:    age--1.1.0.sql -> age--1.1.1.sql
    modified:   age.control
diff --git a/Makefile b/Makefile
index 926c877..00063d5 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@
 
 EXTENSION = age
 
-DATA = age--1.1.0.sql
+DATA = age--1.1.1.sql
 
 # sorted in dependency order
 REGRESS = scan \
diff --git a/README.md b/README.md
index c204500..e4ec5b4 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@
   </a>
   &nbsp;
   <a href="https://github.com/apache/age/releases">
-    <img src="https://img.shields.io/badge/Release-v1.1.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
+    <img src="https://img.shields.io/badge/Release-v1.1.1-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
   </a>
   &nbsp;
   <a href="https://github.com/apache/age/issues">
@@ -65,14 +65,14 @@
 
 **This README file is for the Apache AGE PostgreSQL 12 release**
 
-- **Apache AGE is currently being developed for the PostgreSQL 11, and 12 releases** and will support all the future releases of PostgreSQL.
+- **Apache AGE is currently being developed for the PostgreSQL 11 and 12 releases** and will support all the future releases of PostgreSQL.
 - Apache AGE supports the openCypher graph query language.
 - Apache AGE enables querying multiple graphs at the same time.
 - Apache AGE will be enhanced with an aim to support all of the key features of AgensGraph (PostgreSQL fork extended with graph DB functionality).
 
 ## Latest happenings
 
-- Latest Apache AGE for PG 12 release, [Apache AGE 1.1.0 (https://github.com/apache/age/releases/tag/PG12/v1.1.0-rc0).
+- Latest Apache AGE for PG 12 release, [Apache AGE 1.1.1 (https://github.com/apache/age/releases/tag/PG12/v1.1.1-rc0).
 - The latest Apache AGE documentation is now available at [here](https://age.apache.org/docs/master/index.html).
 - The roadmap has been updated, please check out the [Apache AGE website](http://age.apache.org/).
 - Send all your comments and inquiries to the user mailing list, users@age.apache.org.
diff --git a/RELEASE b/RELEASE
index 5265b7d..0771e8d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -15,28 +15,16 @@
 # specific language governing permissions and limitations
 # under the License.
 
-Release Notes for Apache AGE release v1.1.0 for PG 12
+Release Notes for Apache AGE release v1.1.1 for PG 12
 
-Apache AGE 1.1.0 - Release Notes
+Apache AGE 1.1.1 - Release Notes
 
-    Support for Agtype containment ops and GIN Indices.
-    Add CALL [YIELD] grammar rules for the implementation of CALL procedures.
-    VLE path variable integration performance patch.
-    Improve WHERE clause performance and support index scans.
-    Allow global graph contexts to see currentCommandIds.
-    Cache Agtype and GRAPHID OIDs.
-    Allow lists and maps to be used in the SET clause.
-    Fix bug in aggregate function collect().
-    Fix Bug in WHERE clause and property constraints.
-    Fix VLE local cache bug (crash).
-    Fix bug where integers were not being serialized correctly when stored in GIN indices.
-    Fix the VLE peek_stack_head routine to return a NULL if the stack is NULL.
-    Fix MERGE visibility in chained commands, SET specifically.
-    Fix github issue #212 - Add access operator (`->`, `->>`) to Agtype.
-    Fix github issue #220 - fix local cached contexts for static procedures.
-    Fix github issue #224 - fix regression tests to fix issues on mac with trigonometric functions.
-    Fix github issue #235 - when MERGE and SET were used together.
-    Fix github issue #240 - negative array bounds.
-    Fix github issue #240 - negative array bounds - addendum.
+    Issue (#318): PGXN Support added. (#367)
+    Add the ability to pass parameters to the cypher function.
+    Modify the python driver's parameterization.
+    Fix compare_agtype_scalar_values returned result.
+    Implement CI testing for Golang Driver (#372).
+    Update to go version 1.19, as 1.16 is EOL (#373).
+    Issue #388 - Fix python driver build from source (#389).
     Updated README.
 
diff --git a/age--1.1.0.sql b/age--1.1.1.sql
similarity index 100%
rename from age--1.1.0.sql
rename to age--1.1.1.sql
diff --git a/age.control b/age.control
index b0fb140..f72364d 100644
--- a/age.control
+++ b/age.control
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-default_version = '1.1.0'
+default_version = '1.1.1'
 comment = 'AGE database extension'
 module_pathname = '$libdir/age'