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

Commit

Permalink
chore(release): v1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WynntilsBot committed Feb 21, 2023
1 parent 24703b1 commit 1a93a1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## [1.15.0](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.14...v1.15.0) (2023-02-21)

## [1.14.1-beta.14](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.13...v1.14.1-beta.14) (2023-02-20)


### New Features

* Remove support for stable update stream ([#667](https://github.com/Wynntils/Wynntils/issues/667)) ([c5b509d](https://github.com/Wynntils/Wynntils/commit/c5b509dd720560ff268bfb652a49a9fa8f27509e))


### Miscellaneous Chores

* **release:** v1.14.1-beta.14 [skip ci] ([24703b1](https://github.com/Wynntils/Wynntils/commit/24703b14edd1cb010578522367cc590bcbf64d2c))

## [1.14.1-beta.13](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.12...v1.14.1-beta.13) (2023-02-17)


Expand Down Expand Up @@ -41,15 +48,3 @@

* **release:** v1.14.1-beta.11 [skip ci] ([b5f2491](https://github.com/Wynntils/Wynntils/commit/b5f249124c331ae5d4b98629563a74c784c61478))

## [1.14.1-beta.10](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.9...v1.14.1-beta.10) (2023-01-19)


### Bug Fixes

* proper icon fix ([#655](https://github.com/Wynntils/Wynntils/issues/655)) ([4bc8bbd](https://github.com/Wynntils/Wynntils/commit/4bc8bbd1ab79b0a053520351a9b346aa5613789f))


### Miscellaneous Chores

* **release:** v1.14.1-beta.10 [skip ci] ([6829365](https://github.com/Wynntils/Wynntils/commit/6829365f6b77a17fdf86a320c4dead7b04067b3a))

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "7.1.0"
}

def versionObj = new Version(major: 1, minor: 14, revision: 1)
def versionObj = new Version(major: 1, minor: 15, revision: 0)

version = versionObj.toString()
group = mod_base_package
Expand Down

0 comments on commit 1a93a1e

Please sign in to comment.