diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1d311c..cd659e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.0.3] - 2022-09-07 ### Changed - Allow combining commands for *config*, *space*, and *window* domains [#1371](https://github.com/koekeishiya/yabai/issues/1371) - Fallback to using the AX API for *mouse_action move* if the scripting-addition is not available [#1376](https://github.com/koekeishiya/yabai/issues/1376) @@ -398,7 +400,8 @@ The *window_destroyed* signal is now triggered for windows that are implicitly d ### Added - First official release -[Unreleased]: https://github.com/koekeishiya/yabai/compare/v4.0.2...HEAD +[Unreleased]: https://github.com/koekeishiya/yabai/compare/v4.0.3...HEAD +[4.0.3]: https://github.com/koekeishiya/yabai/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/koekeishiya/yabai/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/koekeishiya/yabai/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/koekeishiya/yabai/compare/v3.3.10...v4.0.0 diff --git a/src/yabai.c b/src/yabai.c index 48098420..054bf69d 100644 --- a/src/yabai.c +++ b/src/yabai.c @@ -20,7 +20,7 @@ #define MAJOR 4 #define MINOR 0 -#define PATCH 2 +#define PATCH 3 struct event_loop g_event_loop; void *g_workspace_context;