Skip to content

Commit 03648e9

Browse files
committed
0.8.16
1 parent 6d71485 commit 03648e9

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.16] - 2024-09-05
9+
10+
### Fixed
11+
12+
- Ollama auth
13+
814
## [0.8.15] - 2024-09-05
915

1016
### Added
@@ -210,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210216

211217
- Upgrade OpenAI chat models: **gpt-4-0125-preview**, **gpt-3.5-turbo-0125**
212218

213-
[0.8.15]: https://github.com/carlrobertoh/llm-client/compare/fa0539e06d6cd8d21a4d0fa3336c747c2cb68fcc...HEAD
219+
[0.8.16]: https://github.com/carlrobertoh/llm-client/compare/d714854331915387da583c9a5b24877cc06286e...HEAD
220+
[0.8.15]: https://github.com/carlrobertoh/llm-client/compare/fa0539e06d6cd8d21a4d0fa3336c747c2cb68fcc...d714854331915387da583c9a5b24877cc06286e
214221
[0.8.14]: https://github.com/carlrobertoh/llm-client/compare/6461c8458325e7b2a33670fc09493b3357eb094c...fa0539e06d6cd8d21a4d0fa3336c747c2cb68fcc
215222
[0.8.13]: https://github.com/carlrobertoh/llm-client/compare/a55fe7dcefbe6b911d5b99950d402dd06a66ec1e...6461c8458325e7b2a33670fc09493b3357eb094c
216223
[0.8.12]: https://github.com/carlrobertoh/llm-client/compare/6fdf91d29194bfed92c7e23280953d47614e62a5...a55fe7dcefbe6b911d5b99950d402dd06a66ec1e

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To use the package, you need to use following Maven dependency:
1212
<dependency>
1313
<groupId>ee.carlrobert</groupId>
1414
<artifactId>llm-client</artifactId>
15-
<version>0.8.14</version>
15+
<version>0.8.16</version>
1616
</dependency>
1717
```
1818
Gradle dependency:
1919
```kts
2020
dependencies {
21-
implementation("ee.carlrobert:llm-client:0.8.14")
21+
implementation("ee.carlrobert:llm-client:0.8.16")
2222
}
2323
```
2424

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "ee.carlrobert"
10-
version = "0.8.15"
10+
version = "0.8.16"
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)