diff --git a/Project.toml b/Project.toml index 30abdaa..a9f5450 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "YFinance" uuid = "e4b3b0a2-f9a3-42f3-aabb-32142cceaf77" authors = ["Elias L Ohneberg"] -version = "0.1.3" +version = "0.1.4" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/docs/src/VersionChanges.md b/docs/src/VersionChanges.md index 31e49bc..2ea4738 100644 --- a/docs/src/VersionChanges.md +++ b/docs/src/VersionChanges.md @@ -1,4 +1,4 @@ -!!! info "Master vs v0.1.3" +!!! info "v0.1.4" ## Bug Fix * get_prices now returns dictionaries containing price vectors of type Array{Float64} rather than Array{ Union{Nothing,Float64}} ([#7](https://github.com/eohne/YFinance.jl/issues/7))