Skip to content

Commit dc86535

Browse files
committed
chore: Release version 1.39.0
1 parent 6054744 commit dc86535

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ChangeLog
22

3+
## [1.39.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.38.2...1.39.0) (2020-11-03)
4+
5+
### Fix
6+
7+
- **analytics**: check if the type of AB testing average click position is float ([6054744](https://github.com/algolia/algoliasearch-client-scala/commit/6054744))
8+
9+
### Feat
10+
11+
- **cts**: add delete by tag test ([3801d0b](https://github.com/algolia/algoliasearch-client-scala/commit/3801d0b))
12+
13+
14+
315
## [1.38.2](https://github.com/algolia/algoliasearch-client-scala/compare/1.38.1...1.38.2) (2020-10-05)
416

517
### Fix

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
organization := "com.algolia"
22
name := "algoliasearch-scala"
33
description := "Scala client for Algolia Search API"
4-
version := "1.38.2"
4+
version := "1.39.0"
55
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1")
66
scalaVersion := "2.13.1"
77
testOptions in Test += Tests.Argument("-P10")

0 commit comments

Comments
 (0)