diff --git a/DESCRIPTION b/DESCRIPTION index 8a3712f7..8fad5545 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Type: Package Package: openxlsx Title: Read, Write and Edit xlsx Files Version: 4.2.7.1 -Date: 2024-09-10 +Date: 2024-09-19 Authors@R: c(person(given = "Philipp", family = "Schauberger", diff --git a/NEWS.md b/NEWS.md index c04952b6..ff567941 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# openxlsx (development version) +# openxlsx 4.2.7.1 * It's now possible to insert a hyperlinked image by passing a URL, relative or absolute file path, or mailto string to the new `address` parameter of `insertImage()`.