diff --git a/CHANGELOG.md b/CHANGELOG.md index 57499194a..a9a8d54af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # API Umbrella Change Log -## 0.15.0 (2019-05-14) +## 0.15.1 (2019-05-14) 👋 Long time no release! Sorry for the long gap since our last formal release, but we have a sizable upgrade ready that fixes various bugs, and makes a lot of internal improvements. Upgrading is recommended. @@ -84,6 +84,10 @@ If you're upgrading a previous API Umbrella version, you may upgrade the `api-um - **Removed experimental analytics:** Removed code related to experimental analytics backend. ([77d50d0](https://github.com/NREL/api-umbrella/commit/77d50d00397d7b7d00c50fbb3dca9ed2b8a55335)) - **Removed Vagrant development environment:** Removed the Vagrant-based development environment in favor of the Docker-based development environment. +## 0.15.0 (Unreleased) + +Due to some packaging issues, version 0.15.0 was never released. See [version 0.15.1](#0150-2019-05-14). + ## 0.14.4 (2017-07-15) This update contains one important fix for v0.14.3. Upgrading is recommended if you are currently running v0.14.3. diff --git a/docker/Dockerfile b/docker/Dockerfile index e0ee73014..0d204cad3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stretch -ENV API_UMBRELLA_VERSION 0.15.0-1~stretch +ENV API_UMBRELLA_VERSION 0.15.1-1~stretch # Install API Umbrella RUN echo "deb http://dl.bintray.com/nrel/api-umbrella-debian stretch main" >> /etc/apt/sources.list.d/api-umbrella.list diff --git a/docs/conf.py b/docs/conf.py index 0e9403d1b..2a58a6ce1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '0.15.0' +version = '0.15.1' # The full version, including alpha/beta/rc tags. -release = '0.15.0' +release = '0.15.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/developer/compiling-from-source.md b/docs/developer/compiling-from-source.md index 20129564c..663e294cd 100644 --- a/docs/developer/compiling-from-source.md +++ b/docs/developer/compiling-from-source.md @@ -11,9 +11,9 @@ Installing from a [binary package](../getting-started.html#installation) is reco ## Compiling & Installing ```sh -$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.15.0.tar.gz -$ tar -xvf api-umbrella-0.15.0.tar.gz -$ cd api-umbrella-0.15.0 +$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.15.1.tar.gz +$ tar -xvf api-umbrella-0.15.1.tar.gz +$ cd api-umbrella-0.15.1 $ sudo ./tasks/install-system-build-dependencies $ ./configure $ make diff --git a/src/api-umbrella/version.txt b/src/api-umbrella/version.txt index a55105169..e815b861f 100644 --- a/src/api-umbrella/version.txt +++ b/src/api-umbrella/version.txt @@ -1 +1 @@ -0.15.0 +0.15.1 diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 23391e7f1..1e8b5125c 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -19,7 +19,7 @@ title: API Umbrella - Open Source API Management