From bb666db5fb726599bdd857b0ae7e74b9997fe6eb Mon Sep 17 00:00:00 2001 From: Christopher Coco Date: Wed, 17 Jan 2018 22:16:38 +0000 Subject: [PATCH] Twitter-oss: Prepare OSS libraries for release 18.1.0 Summary: We want to release the next versions of our Twitter OSS libraries 18.10.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. JIRA Issues: CSL-5786 Differential Revision: https://phabricator.twitter.biz/D128555 --- CHANGES | 2 ++ README.md | 2 +- build.sbt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e16233422f..1286ac3048 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,8 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com Unreleased +18.1.0 2018-01-17 + New Features: * util-security: Added `c.t.util.security.X509CrlFile` for reading diff --git a/README.md b/README.md index 32abd3e742..15cfe575bd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ for more details about how to contribute. An example SBT dependency string for the `util-collection` tools would look like this: ```scala -val collUtils = "com.twitter" %% "util-collection" % "17.12.0" +val collUtils = "com.twitter" %% "util-collection" % "18.1.0" ``` # Units diff --git a/build.sbt b/build.sbt index 429657a17d..f5f94ddd15 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import scoverage.ScoverageKeys // All Twitter library releases are date versioned as YY.MM.patch -val releaseVersion = "18.1.0-SNAPSHOT" +val releaseVersion = "18.1.0" val zkVersion = "3.5.0-alpha" val zkClientVersion = "0.0.81"