diff --git a/DESCRIPTION b/DESCRIPTION index 3884163..6f4eead 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: sasctl Title: The sasctl package enables easy communication between the SAS Viya platform APIs and the R runtime -Version: 0.7.1 +Version: 0.7.2 Author: Eduardo Hellas Authors@R: c( person(given = "Eduardo", diff --git a/NEWS.md b/NEWS.md index a087697..263a9cc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# sasctl 0.7.2 + +* Fixed when registering models with variables missing label/measurement metadata +* Improved documentation + # sasctl 0.7.1 * Fixed misleading error messages in `register_model()`