Skip to content

Commit fb88d56

Browse files
committed
Bump to SNAPSHOT for dev.
Also update the changelog.
1 parent 068ad68 commit fb88d56

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 7.0.11
4+
5+
* Add support for MC 1.21.
6+
* Add wind-charge-burst flag which is checked along with `use` (for the interaction) or `pvp` (for the knockback).
7+
* Add breeze-charge-explosion flag for breeze charges (i.e. from the mob, not player wind charges).
8+
* Add moisture-change flag and config options.
9+
* Fix an error if a player logged in to an unloaded world.
10+
* Fix chest boat usage always being counted as ride.
11+
* Consider potions thrown by mobs as mob-damage.
12+
* Workaround spigot no longer sending block change events when a book is placed on a lectern.
13+
* Improve accuracy of target blocks in blacklist/build-perms events.
14+
315
## 7.0.10
416

517
* Add support for MC 1.20.5 and 1.20.6, drop support for other 1.20 versions

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=com.sk89q.worldguard
2-
version=7.0.11
2+
version=7.0.12-SNAPSHOT
33

44
org.gradle.parallel=true

0 commit comments

Comments
 (0)