From 0155c5012206a1f6c4cbff5447fdea41e511a368 Mon Sep 17 00:00:00 2001 From: Sarthak Jariwala Date: Wed, 3 Mar 2021 23:35:10 -0800 Subject: [PATCH] adding changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8cadd8a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Release notes + + + +## 0.1.0 + +First release of `nrel_dev_api` + +Access data and analysis services that NREL (National Renewable Energy Lab) provides using a python API. + +With this first release, it supports (almost) all the solar endpoints. +Future releases will expand to cover other API endpoints such as wind, utility, building, etc. +