Skip to content

Commit bdae12a

Browse files
committed
1.16.2 release (previous 1.16.1) + release notes updated [ci skip]
1 parent ccd63c2 commit bdae12a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
22

3+
#### 1.16.2
4+
- 2020-11-10 - [1 commit](https://github.com/mockito/mockito-scala/compare/v1.16.1...v1.16.2) by [Bruno Bonanno](https://github.com/bbonanno) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.16.2-green.svg)](https://bintray.com/mockito/maven/mockito-scala/1.16.2)
5+
- Make object mocking thread safe [(#312)](https://github.com/mockito/mockito-scala/pull/312)
6+
- withObjectMocked is not threadsafe [(#311)](https://github.com/mockito/mockito-scala/issues/311)
7+
38
#### 1.16.1
49
- 2020-11-07 - [2 commits](https://github.com/mockito/mockito-scala/compare/v1.16.0...v1.16.1) by [Rebeca Perez](https://github.com/cardie20) (1), [Scala Steward](https://github.com/scala-steward) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.16.1-green.svg)](https://bintray.com/mockito/maven/mockito-scala/1.16.1)
510
- Fixes Issue #303 [(#308)](https://github.com/mockito/mockito-scala/pull/308)

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Version of the produced binaries. This file is intended to be checked-in.
22
#It will be automatically bumped by release automation.
3-
version=1.16.2
4-
previousVersion=1.16.1
3+
version=1.16.3
4+
previousVersion=1.16.2

0 commit comments

Comments
 (0)