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

Commit 1a93a1e

Browse files
committed
chore(release): v1.15.0 [skip ci]
1 parent 24703b1 commit 1a93a1e

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
## [1.15.0](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.14...v1.15.0) (2023-02-21)
2+
13
## [1.14.1-beta.14](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.13...v1.14.1-beta.14) (2023-02-20)
24

35

46
### New Features
57

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

10+
11+
### Miscellaneous Chores
12+
13+
* **release:** v1.14.1-beta.14 [skip ci] ([24703b1](https://github.com/Wynntils/Wynntils/commit/24703b14edd1cb010578522367cc590bcbf64d2c))
14+
815
## [1.14.1-beta.13](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.12...v1.14.1-beta.13) (2023-02-17)
916

1017

@@ -41,15 +48,3 @@
4148

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

44-
## [1.14.1-beta.10](https://github.com/Wynntils/Wynntils/compare/v1.14.1-beta.9...v1.14.1-beta.10) (2023-01-19)
45-
46-
47-
### Bug Fixes
48-
49-
* proper icon fix ([#655](https://github.com/Wynntils/Wynntils/issues/655)) ([4bc8bbd](https://github.com/Wynntils/Wynntils/commit/4bc8bbd1ab79b0a053520351a9b346aa5613789f))
50-
51-
52-
### Miscellaneous Chores
53-
54-
* **release:** v1.14.1-beta.10 [skip ci] ([6829365](https://github.com/Wynntils/Wynntils/commit/6829365f6b77a17fdf86a320c4dead7b04067b3a))
55-

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id "com.github.johnrengelman.shadow" version "7.1.0"
77
}
88

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

1111
version = versionObj.toString()
1212
group = mod_base_package

0 commit comments

Comments
 (0)