Skip to content

Commit c44b150

Browse files
authored
Resolve VCSWP-20372 (TranscribeUtterance not generating as a PerclCommand) (#48)
* Edit TranscribeUtteranceCommand to be a PerclCommand * Add changelog entry * Update openapi.json file * Ensure TranscribeUtterance is a PerclCommand * Fix Java version
1 parent 86f0a89 commit c44b150

File tree

10 files changed

+384
-521
lines changed

10 files changed

+384
-521
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
## [Unreleased]
99

1010
None
11+
12+
<a name="5.5.2"></a>
13+
14+
## [5.5.2] - 2023-09-06
15+
16+
### Changed
17+
18+
- TranscribeUtterance into a PerCL command
19+
1120
<a name="5.5.1"></a>
1221

1322
## [5.5.1] - 2023-09-01

README.md

Lines changed: 207 additions & 206 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'com.github.freeclimbapi'
7-
version = '5.5.1'
7+
version = '5.5.2'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.github.freeclimbapi",
44
name := "freeclimb-java-client",
5-
version := "5.5.1",
5+
version := "5.5.2",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

0 commit comments

Comments
 (0)