Commit 56e15a43 by Jonathan Thomas

Bumping version to 1.0.1, for new release

parent 59266239
Pipeline #12128 passed with stage
in 28 seconds
......@@ -4,14 +4,17 @@ All notable changes to **CreatureChat** are documented in this file. The format
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.1] - 2024-05-06
### Added
- Added support for CreatureChat API (switch URL when a CreatureChat key is detected)
- Upgrade to Fabric Loader: `0.15.10`, Fabric API: `0.97.0+1.20.4`, Fabric Loom: `1.6.5`, Gradle: `8.6`
- New [TERMS.md](TERMS.md) and [PRIVACY.md](PRIVACY.md) documents (terms of service and privacy policy for CreatureChat)
### Changed
- Improved error messages onscreen (Invalid API Key, No tokens remaining, etc...), for improved troubleshooting
- Improved privacy by not outputting API keys in logs or onscreen
- Updated [README.md](README.md) with improved instructions and info
- New [TERMS.md](TERMS.md) and [PRIVACY.md](PRIVACY.md) documents (terms of service and privacy policy for CreatureChat)
## [1.0.0] - 2024-05-01
......
......@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# Mod Properties
mod_version=1.0.0
mod_version=1.0.1
maven_group=com.owlmaddie
archives_base_name=creaturechat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment