Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie committed Sep 28, 2021
1 parent 0c814bd commit da9be1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 16
- name: Build
uses: eskatos/gradle-command-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 16
- name: Build
uses: eskatos/gradle-command-action@v1
with:
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [4.0.0] - 2021-09-29
### Added
- Helium Flamingo artifact
- Aqua Dashers artifact
Expand All @@ -14,14 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Tweaked loot tables
- The Villager Hat now directly increases villager reputation and stacks with Hero of the Village
- Tweaked some textures
- Tweaked some textures and models
- Updated several translations

### Fixed
- Fix XP bonus not decreasing when killing entities of the same type with the Golden Hook
- Fix cosmetic-only mode not working for Crystal Heart
- Fix Obsidian Skull not working on hot surfaces like magma blocks
- Possibly fixed a hard to debug crash related to cardinal components
- Fix mimics counting towards the hostile mob spawn cap
- Fixed subtitles
- Possibly fixed a hard to debug crash related to cardinal components registering

## [3.2.1] - 2021-05-10
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ loader_version=0.11.7
parchment_version=2021.08.29

# Mod Properties
mod_version=3.2.1+fabric
mod_version=4.0.0+fabric
maven_group=artifacts
archives_base_name=artifacts

Expand Down

0 comments on commit da9be1c

Please sign in to comment.