Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Feb 7, 2024
1 parent bb2f63e commit af49737
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# [3.8.4 - Xcode 15.2 on Feb 8th, 2024](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tags/3.8.4)

### Public

- Extend privacy manifest to fulfill validation criteria (#1403)
- Fix crash when fetching registered classes (#1406)


# [3.8.3 - Xcode 15.2 on Feb 5th, 2024](https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tags/3.8.3)

### Public
Expand Down
2 changes: 1 addition & 1 deletion Configs/Module-Shared.xcconfig
Expand Up @@ -210,7 +210,7 @@ LIBRARY_SEARCH_PATHS = $(inherited)
// Code will load on this and later versions of macOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs.
MACOSX_DEPLOYMENT_TARGET = 10.13

MARKETING_VERSION = 3.8.3
MARKETING_VERSION = 3.8.4

MODULE_VERIFIER_SUPPORTED_LANGUAGES = objective-c objective-c++;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = gnu99 gnu++11;
Expand Down

0 comments on commit af49737

Please sign in to comment.