diff --git a/DESCRIPTION b/DESCRIPTION index bda08a6..8aa1877 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Description: No change in existing code is necessary to use this package, and only a few additional adjustments are needed to fully utilize its potential. -Version: 2.3.1.9000 +Version: 2.4.0 Authors@R: c( person("Matthias", "Ollech", role = c("cre", "aut"), email = "ollech@gmx.com"), person("Ryan", "Price", role = c("fnd", "aut")) diff --git a/NEWS.md b/NEWS.md index e8213ce..efbda09 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# loggit2 (development version) +# loggit2 2.4.0 ## New Features * `set_call_options()` offers new option to log condition calls or even the full call stack. `get_call_options()` returns the current settings.