Skip to content

Commit

Permalink
Merge branch 'SRU2024' into SRU2024_v10
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri authored Sep 30, 2024
2 parents 4b1da83 + bfe88e2 commit 5119d4d
Show file tree
Hide file tree
Showing 4 changed files with 813 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "develop", "master" ]
branches: [ "main", "CU-*", "SRU*" ]
pull_request:
branches: [ "develop" ]
branches: [ "main" ]
schedule:
- cron: "59 12 * * 2"

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Prowide Core - CHANGELOG

#### 10.2.2 - SNAPSHOT
* Added new `FieldEnum` with all the available field names

#### 10.2.1 - June 2024
* (PW-1913) Added IBAN validation for Egypt local account structure
* Restore deprecated method in MT210 class
Expand Down
Loading

0 comments on commit 5119d4d

Please sign in to comment.