Skip to content

Commit 209b3e6

Browse files
committed
version: increase to 5.0.8
Signed-off-by: Luca Vaccaro <[email protected]>
1 parent b399b05 commit 209b3e6

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [5.0.8] - 2025-08-07
7+
8+
### Fixed
9+
- Liquid Bip21 uri validation
10+
611
## [5.0.7] - 2025-07-31
712

813
### Added

gaios.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5895,7 +5895,7 @@
58955895
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
58965896
CODE_SIGN_IDENTITY = "Apple Development";
58975897
CODE_SIGN_STYLE = Automatic;
5898-
CURRENT_PROJECT_VERSION = 2;
5898+
CURRENT_PROJECT_VERSION = 0;
58995899
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
59005900
DEVELOPMENT_TEAM = D9W37S9468;
59015901
ENABLE_BITCODE = NO;
@@ -5910,7 +5910,7 @@
59105910
"$(inherited)",
59115911
"@executable_path/Frameworks",
59125912
);
5913-
MARKETING_VERSION = 5.0.7;
5913+
MARKETING_VERSION = 5.0.8;
59145914
OTHER_LDFLAGS = (
59155915
"$(inherited)",
59165916
"-lc++",
@@ -5942,7 +5942,7 @@
59425942
CODE_SIGN_ENTITLEMENTS = gaios/gaiosRelease.entitlements;
59435943
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
59445944
CODE_SIGN_STYLE = Manual;
5945-
CURRENT_PROJECT_VERSION = 2;
5945+
CURRENT_PROJECT_VERSION = 0;
59465946
DEVELOPMENT_TEAM = D9W37S9468;
59475947
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
59485948
ENABLE_BITCODE = NO;
@@ -5955,7 +5955,7 @@
59555955
"$(inherited)",
59565956
"@executable_path/Frameworks",
59575957
);
5958-
MARKETING_VERSION = 5.0.7;
5958+
MARKETING_VERSION = 5.0.8;
59595959
OTHER_LDFLAGS = (
59605960
"$(inherited)",
59615961
"-lc++",
@@ -6070,7 +6070,7 @@
60706070
CODE_SIGN_ENTITLEMENTS = NotificationService/NotificationServiceDebug.entitlements;
60716071
CODE_SIGN_IDENTITY = "Apple Development";
60726072
CODE_SIGN_STYLE = Automatic;
6073-
CURRENT_PROJECT_VERSION = 2;
6073+
CURRENT_PROJECT_VERSION = 0;
60746074
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
60756075
DEVELOPMENT_TEAM = D9W37S9468;
60766076
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -6085,7 +6085,7 @@
60856085
"@executable_path/../../Frameworks",
60866086
);
60876087
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6088-
MARKETING_VERSION = 5.0.7;
6088+
MARKETING_VERSION = 5.0.8;
60896089
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
60906090
MTL_FAST_MATH = YES;
60916091
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
@@ -6110,7 +6110,7 @@
61106110
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
61116111
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
61126112
CODE_SIGN_STYLE = Manual;
6113-
CURRENT_PROJECT_VERSION = 2;
6113+
CURRENT_PROJECT_VERSION = 0;
61146114
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
61156115
DEVELOPMENT_TEAM = D9W37S9468;
61166116
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -6126,7 +6126,7 @@
61266126
"@executable_path/../../Frameworks",
61276127
);
61286128
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6129-
MARKETING_VERSION = 5.0.7;
6129+
MARKETING_VERSION = 5.0.8;
61306130
MTL_FAST_MATH = YES;
61316131
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.green.NotificationService;
61326132
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6149,7 +6149,7 @@
61496149
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
61506150
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
61516151
CODE_SIGN_STYLE = Manual;
6152-
CURRENT_PROJECT_VERSION = 2;
6152+
CURRENT_PROJECT_VERSION = 0;
61536153
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
61546154
DEVELOPMENT_TEAM = D9W37S9468;
61556155
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -6165,7 +6165,7 @@
61656165
"@executable_path/../../Frameworks",
61666166
);
61676167
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6168-
MARKETING_VERSION = 5.0.7;
6168+
MARKETING_VERSION = 5.0.8;
61696169
MTL_FAST_MATH = YES;
61706170
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
61716171
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -7010,7 +7010,7 @@
70107010
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
70117011
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
70127012
CODE_SIGN_STYLE = Manual;
7013-
CURRENT_PROJECT_VERSION = 2;
7013+
CURRENT_PROJECT_VERSION = 0;
70147014
DEVELOPMENT_TEAM = D9W37S9468;
70157015
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
70167016
ENABLE_BITCODE = NO;
@@ -7025,7 +7025,7 @@
70257025
"$(inherited)",
70267026
"@executable_path/Frameworks",
70277027
);
7028-
MARKETING_VERSION = 5.0.7;
7028+
MARKETING_VERSION = 5.0.8;
70297029
MTL_ENABLE_DEBUG_INFO = YES;
70307030
OTHER_LDFLAGS = (
70317031
"$(inherited)",

0 commit comments

Comments
 (0)