Bump version to 0.7.6

Change-Id: I175bf440af424a9c55ee9f9f5e3419782526d310
diff --git a/DESCRIPTION b/DESCRIPTION
index ef7af03..32335e8 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: RKorAPClient
 Type: Package
 Title: 'KorAP' Web Service Client Package
-Version: 0.7.5.9000
+Version: 0.7.6
 Authors@R:
     c(person(given = "Marc",
              family = "Kupietz",
diff --git a/NEWS.md b/NEWS.md
index ac2f48d..6e3866c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,14 @@
-# RKorAPClient 0.7.5
+# RKorAPClient 0.7.6
+
+- fixed error in recursiveCA demo
+- added documentation on authorization using the OAuth browser flow
+- fixed graceful fail on invalid json responses from API requests (CRAN policy violation)
+- updated Roxygen to 7.2.3
+- added context parameter to corpusQuery
+- updated GitHub workflows
+- in collocationAnalysis: given withinSpan parameters are now correctly passed to queries for examples
+
+# RKorAPClient 0.7.5 (CRAN release)
 
 - resolved CRAN policy violation (writing to user's home filespace)
 
diff --git a/Readme.md b/Readme.md
index 5b9fd07..5322d77 100644
--- a/Readme.md
+++ b/Readme.md
@@ -212,7 +212,7 @@
 
 **Authors**: [Marc Kupietz](http://www1.ids-mannheim.de/zfo/personal/kupietz/), [Nils Diewald](http://www1.ids-mannheim.de/zfo/personal/diewald/)
 
-Copyright (c) 2021, [Leibniz Institute for the German Language](http://www.ids-mannheim.de/), Mannheim, Germany
+Copyright (c) 2023, [Leibniz Institute for the German Language](http://www.ids-mannheim.de/), Mannheim, Germany
 
 This package is developed as part of the [KorAP](http://korap.ids-mannheim.de/)
 Corpus Analysis Platform at the Leibniz Institute for German Language
diff --git a/cran-comments.md b/cran-comments.md
index 55ea5bc..69866ff 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,11 +1,12 @@
 ## Test environments
 
-* local Fedora 35 with R version 4.1.3
-* CentOS-release-7-9.2009.1.el7.centos.x86_64 with R version 3.6.0
-* github workflow on Windows with R 4.2.1
-* github workflow on macOS with R 4.2.1
-* github workflow on Ubuntu with R 4.2.1
-* github workflow on Ubuntu with R-devel
+* local Fedora 37 with R version 4.2.3
+* CentOS-release-7-9.2009 with R version 3.6.0
+* github workflow on Windows with R 4.2.3
+* github workflow on macOS with R 4.2.3
+* github workflow on Ubuntu with R 4.2.3
+* github workflow on Ubuntu with R 4.1.3
+* github workflow on Ubuntu with R-devel (4.4.0)
 
 ```
 0 errors ✓ | 0 warnings ✓ | 0 notes ✓
@@ -13,20 +14,25 @@
 
 ## Checks with check_win()
 
-* R-devel
-* R 4.2.1
+* R 4.2.3
 * R 4.1.3
 
-1 NOTE because package was archived on CRAN
-
 ## Notes
 
+* Fixed CRAN policy violation (Packages which use Internet resources should fail gracefully...)
+  pointed out in email from Prof Brian Ripley on Sat, 15 Apr 2023 16:20:19 +0100
+  by gracefully failing on invalid json api responses, via:
+  <https://github.com/KorAP/RKorAPClient/commit/04814f2be215f08a3777310af2202d14457c2e7c>,
+  <https://github.com/KorAP/RKorAPClient/commit/f650629fa69ab10979f2ffe2652da77599caaf70>
+
+### Old Notes
+
+#### Notes on 0.7.5
+
 * Fixed CRAN policy violation (writing to the user's home filespace) pointed out
   in CRAN email from 2022-09-07 10:19 via
   <https://github.com/KorAP/RKorAPClient/commit/35eecca9d1fd43b441692a56bbd2aea94a7c3ed9>
 
-### Old Notes
-
 #### Notes on 0.7.4
 
 * All CRAN requests (email from 2022-09-06 08:36) are now resolved: