Skip to content

Commit d247b96

Browse files
author
Anatoli Kurtsevich
authored
bumping release version to v0.9.15-alpha (#76)
1 parent 68df1f2 commit d247b96

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# v0.9.15-alpha
4+
* Increased the auth token expiration buffer from 5s to 60s.
5+
36
# v0.9.14-alpha
47
* Fix failing tests with `engine already exists`.
58
* Add `EngineProvisionTimeoutException` thrown from `CreateEngineWaitAsync` when requested engine timeout to provision.

RelationalAI/RelationalAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.9.14-alpha</Version>
4+
<Version>0.9.15-alpha</Version>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<PackageId>RAI</PackageId>
77
<Authors>RelationalAI</Authors>

0 commit comments

Comments
 (0)