Skip to content

Commit 3e63c56

Browse files
bonnieejenkins
authored andcommitted
Twitter-oss: Prepare OSS librares for patch release 20.8.1
Problem: We want to release the next versions of our Twitter OSS libraries 20.8.1 - util - scrooge - finagle - twitter-server - finatra Solution: Prepare libraries for their next release. Differential Revision: https://phabricator.twitter.biz/D538583
1 parent 144ba5f commit 3e63c56

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
77
Unreleased
88
----------
99

10+
20.8.1
11+
------
12+
1013
* Check SecurityManager permissions in the `ContentHandler` to ensure that contention
1114
snapshotting is allowed. ``PHAB_ID=D531873``
1215

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TwitterServer
22

3-
[![Build status](https://travis-ci.com/twitter/twitter-server.svg?branch=develop)](https://travis-ci.com/twitter/twitter-server)
3+
[![Build status](https://travis-ci.com/twitter/twitter-server.svg?branch=release)](https://travis-ci.com/twitter/twitter-server)
44
[![Codecov](https://codecov.io/gh/twitter/twitter-server/branch/develop/graph/badge.svg)](https://codecov.io/gh/twitter/twitter-server)
55
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
66
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import scoverage.ScoverageKeys
22

33
// All Twitter library releases are date versioned as YY.MM.patch
4-
val releaseVersion = "20.9.0-SNAPSHOT"
4+
val releaseVersion = "20.8.1"
55

66
val jacksonVersion = "2.11.0"
77
val jacksonLibs = Seq(

0 commit comments

Comments
 (0)