Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharlagelfand committed Sep 3, 2024
1 parent a60319b commit 7599a50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mermaidr
Title: Interface to the 'MERMAID' API
Version: 1.0.3
Version: 1.0.4
Authors@R:
c(person(given = "Sharla",
family = "Gelfand",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# mermaidr 1.0.4

* Add `project_id`, `site_id`, and `management_id` to `summary_sampleevents_columns()`

# mermaidr 1.0.3

* Fix bug with refreshing token in authentication flow, introduced in 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion R/settings.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_url <- "https://dev-api.datamermaid.org"
base_url <- "https://api.datamermaid.org"
mermaid_audience <- base_url
mermaid_authorize_url <- "https://datamermaid.auth0.com/authorize"
mermaid_access_url <- "https://datamermaid.auth0.com/oauth/token"
Expand Down

0 comments on commit 7599a50

Please sign in to comment.