diff --git a/DESCRIPTION b/DESCRIPTION
index 7344432..4f8a563 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Package: kwb.pkgstatus
Title: R package for checking KWB package status
-Version: 0.3.1
+Version: 0.3.2
Authors@R:
c(person(given = "Michael",
family = "Rustler",
diff --git a/NEWS.md b/NEWS.md
index 3c3b5b2..18783f2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,14 @@
+# [kwb.pkgstatus 0.3.2](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.2)2022-05-06
+
+* `get_non_r_packages()`: update with new repos on KWB-R organisation which ar not
+R packages (i.e. `qmra`, `spur_scripts`)
+
+# [kwb.pkgstatus 0.3.1](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.1)2022-02-25
+
+* `get_non_r_packages()`: update with new repos on KWB-R organisation which ar not
+R packages (i.e. `abluft2.scripts`, `geosalz.mf`, `misa.scripts`, `mbr4.0_ml`,
+`promisces.hhra`)
+
# [kwb.pkgstatus 0.3.0](https://github.com/KWB-R/kwb.pkgstatus/releases/tag/v0.3.0)2021-07-13
* Add `Released_on_R-Universe` (based on `kwb.pkgbuild::use_badge_runiverse()`
diff --git a/R/get_non_r_packages.R b/R/get_non_r_packages.R
index a2a04d4..62d85a4 100644
--- a/R/get_non_r_packages.R
+++ b/R/get_non_r_packages.R
@@ -11,6 +11,6 @@ get_non_r_packages <- function() {
"fakin.blog", "fakin.doc", "fakin.scripts", "FolderRights", "flusshygiene",
"HydroServerLite", "GeoSalz", "geosalz.mf", "pathana", "pFromGrADS", "qmra",
"r-training", "support", "maxflow", "pubs", "riverPollution", "smart.control",
- "sema.scripts", "spur", "status", "universe", "useR-2019", "wellma.scripts")
+ "sema.scripts", "spur.scripts", "status", "universe", "useR-2019", "wellma.scripts")
}