Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Dec 20, 2022
1 parent 18f8bfc commit 0d57c3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## Unreleased
- lots of internal changes to support Fabric
- added native REI support
## [2.0.0] - 2022-12-20

### Added
- native REI support
- invisible mob eggs to item lookup in recipe viewers

### Changed
- lots of internal changes to make Fabric support possible
- improved performance when interacting with the altar
- improved inventory handling

### Fixed
- some bugs with automation of rituals

## [1.1.7] - 2022-11-19

Expand Down Expand Up @@ -45,6 +54,7 @@ and this project adheres to [Semantic Versioning].
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[2.0.0]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.0
[1.1.7]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-1.1.7
[1.1.6]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-1.1.6
[1.1.5]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-1.1.5
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mod Info
modId = summoningrituals
modName = Summoning Rituals
modVersion = 1.1.7
modVersion = 2.0.0
modBase = com.almostreliable
modAuthor = AlmostReliable
modDescription = Create custom summoning rituals for items and mobs.
Expand Down

0 comments on commit 0d57c3a

Please sign in to comment.