diff --git a/DESCRIPTION b/DESCRIPTION index 7f6894c..243f408 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,13 @@ Type: Package Package: simfinapi Title: Accessing 'SimFin' Data -Version: 0.2.3 +Version: 0.2.4 Authors@R: person("Matthias", "Gomolka", , "matthias.gomolka@posteo.de", role = c("aut", "cre")) Description: Through simfinapi, you can intuitively access the 'SimFin' - Web-API () to make 'SimFin' data easily available - in R. To obtain an 'SimFin' API key (and thus to use this package), - you need to register at . + Web-API () to make 'SimFin' data easily + available in R. To obtain an 'SimFin' API key (and thus to use this + package), you need to register at . License: GPL-3 URL: https://github.com/matthiasgomolka/simfinapi BugReports: https://github.com/matthiasgomolka/simfinapi/issues @@ -34,7 +34,7 @@ Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: check_inputs Encoding: UTF-8 +Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -Language: en-US diff --git a/NEWS.md b/NEWS.md index 9702d8f..d48cb74 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# simfinapi 0.2.4 +## Bug Fixes +* Some new API keys were not accepted by `check_api_key()`. This is fixed now. + # simfinapi 0.2.3 * This is a mainly a maintenance release due to the SimFin API update. The API V2 is now in legacy mode.