diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8af4a6df..596715bd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 0.1.3 June 20 2019 #### +* Condensed Docker images to 1/10 previous size using `dotnet-runtime` base image. + #### 0.1.2 May 31 2019 #### * Reorganized pricing and pricing-processor Dockerfiles to comport with Docker best practices. * Enabled Phobos. diff --git a/src/common.props b/src/common.props index 692e88e9..358e48bb 100644 --- a/src/common.props +++ b/src/common.props @@ -2,9 +2,8 @@ Copyright © 2015-2019 Petabridge Petabridge - 0.1.2 - Reorganized pricing and pricing-processor Dockerfiles to comport with Docker best practices. -Enabled Phobos. + 0.1.3 + Condensed Docker images to 1/10 previous size using `dotnet-runtime` base image.