From 4ab65125a5f85493fd95754cf37110b9af0a76ca Mon Sep 17 00:00:00 2001 From: David Lewis Date: Thu, 30 Jan 2020 20:59:23 -0600 Subject: [PATCH] update civis-jupyter-notebook to 1.0.2 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f348f70..9f8d62d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# [1.9.1] - 2020-01-30 +### Changed +- update civis-jupyter-notebook version to v1.0.2 + # [1.9.0] - 2020-01-07 ### Changed diff --git a/Dockerfile b/Dockerfile index 4381780..f47c639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER support@civisanalytics.com ENV DEFAULT_KERNEL=ir \ TINI_VERSION=v0.16.1 \ - CIVIS_JUPYTER_NOTEBOOK_VERSION=1.0.1 + CIVIS_JUPYTER_NOTEBOOK_VERSION=1.0.2 RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --no-install-recommends && \ apt-get install -y --no-install-recommends \