Skip to content

Commit

Permalink
chore: Write changelog and bump version number to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Sep 9, 2024
1 parent 6a07894 commit 81fb02d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [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).

## `v1.11.1` - 09/09/2024

### Fixed

- A crash on startup due to the vignette toggle mixin
- On Minecraft 1.21-1.21.1

## `v1.11.0` - 08/09/2024

### Added
Expand Down
13 changes: 3 additions & 10 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
### Added
### Fixed

- Support for Minecraft 1.21-1.21.1
- Support for Forge/NeoForge
- A config option to disable the vignette whilst sleeping
- Client-side

### Changed

- Dropped support for Minecraft 1.20.2-1.20.6
- Lowered the default tick speed multipliers for interactions
- A crash on startup due to the vignette toggle mixin
- On Minecraft 1.21-1.21.1
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod_namespace=steves_realistic_sleep
mod_name=Steve's Realistic Sleep
mod_description=Makes sleeping speed up time instead of skipping to day.
mod_license=LGPL-3.0
mod_version=1.11.0
mod_version=1.11.1
supported_minecraft_version=>=1.20 <=1.20.1
supported_minecraft_version_name=1.20-1.20.1

Expand Down

0 comments on commit 81fb02d

Please sign in to comment.