Skip to content

Commit 5fbffa8

Browse files
committedSep 21, 2020
Prepare for release
1 parent 5393f52 commit 5fbffa8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎.version

-1
This file was deleted.

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog #
22

3-
## 0.4.0 (TBD) ##
3+
## 0.4.0 (2020-09-20) ##
44

55
- Lower required number of API calls (disabled by default).
66
- Made cache size configurable and lowered default to 10000.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ can be run with any compatible container runtime.
1616
To run the server, first obtain a [Yahoo Fantasy Sports client key and secret](
1717
http://developer.yahoo.com/fantasysports/guide/GettingStarted.html). When
1818
registering you will be asked to enter in a redirect URL, which should be in the
19-
format `https://[hostname]/[base-context]/auth'. The `[hostname]` is the
19+
format `https://[hostname]/[base-context]/auth`. The `[hostname]` is the
2020
hostname or IP address of the machine where you are running the server, and
2121
`[base-context]` is the optional additional context the application is published
2222
to (defaults to none).

0 commit comments

Comments
 (0)
Please sign in to comment.