Bump version to v1.2.0
Change-Id: Ieed0bb859c79b0344018c7324bea79a513edb15e
diff --git a/DESCRIPTION b/DESCRIPTION
index ee4c2d0..2c4ed78 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: RKorAPClient
Type: Package
Title: 'KorAP' Web Service Client Package
-Version: 1.1.0.9000
+Version: 1.2.0
Authors@R:
c(person(given = "Marc",
family = "Kupietz",
diff --git a/NEWS.md b/NEWS.md
index b3ccfa3..83024fd 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# RKorAPClient 1.1.0.9000
+# RKorAPClient 1.2.0
- `fetchAnnotations()` method added to `KorAPQuery` class, to fetch annotations for all collected matches
- regional demo updated and extended with interactive highcharter plot
diff --git a/Readme.md b/Readme.md
index 5c69ad7..e42a12c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -197,7 +197,7 @@
You can use complex annotation queries in all client functions just as in the KorAP web interface (see [KorAP Query Help](https://korap.ids-mannheim.de/doc/ql)). To fetch the annotations for all matches in a `KorAPQuery` object, use the `fetchAnnotations()` method:
```R
-# fetchAnnotations is currently only available in the development version of RKorAPClient
+# fetchAnnotations is available since RKorAPClient v1.2.0
devtools::install_github("KorAP/RKorAPClient")
library(RKorAPClient)
kco <- KorAPConnection(verbose = TRUE) |> auth()
diff --git a/cran-comments.md b/cran-comments.md
index 148ff15..7ebad85 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,5 +1,27 @@
## Notes
+* new function to fetch annotations
+* improved test coverage
+
+```
+0 errors ✔ | 0 warnings ✔ | 0 notes ✔
+
+R CMD check succeeded
+```
+
+
+## Test environments
+
+* local Fedora 42 with R version 4.5.1
+* github workflow on Windows with R 4.5.1
+* github workflow on macOS 15.5 with R 4.5.1 for macOS (ARM64)
+* github workflow on Ubuntu with R 4.6.0
+* github workflow on Ubuntu with R 4.5.1
+* github workflow on Ubuntu with R 4.4.3
+* win-builder workflow using R Under development (unstable) (2025-09-09 r88803 ucrt)
+
+## Notes on 1.1.0
+
* bug fixes
* overhauled, less class centric documentation
* improved test coverage