diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8cbb953..9db6469 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -12,7 +12,7 @@ on: required: true default: '5' # minor release_patch: - description: 'Release - patch number (previous 1)' + description: 'Release - patch number (previous 2)' required: true release_name: description: 'Additional name of the release' diff --git a/CHANGELOG.md b/CHANGELOG.md index 268e853..93bb57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -464,4 +464,34 @@ Iteration 4 - Merge pull request #76 from anion0278/dev Dev -- Change number of parallel build threads \ No newline at end of file +- Change number of parallel build threads\nNew release +Total of 6 new changes since v3.5.1.26: +## 🚀 Features + +- feature: allow to choose sources for stock quantity conversion + +## 🐛 Fixes + +- fix: missing AutoFill tab and invalid Tracking number code + +Resolves #77 +- fix: start invoice conversion button is enabled when everything is fixed + +Resolves #79 +- fix: manual change window exception + +Resolves #80 +- Fix: multiple changes in transactions configruations due to lates updates in Amazon + +Resolves #78 + +## 🧰 Chores + +- chore: Automated report [skip ci] + +## 📦 Uncategorized + +- Change number of parallel build threads +- Merge pull request #81 from anion0278/dev + +Dev \ No newline at end of file diff --git a/Mapp.UI/Properties/SharedAssemblyInfo.cs b/Mapp.UI/Properties/SharedAssemblyInfo.cs index 1ec5d37..02e343e 100644 --- a/Mapp.UI/Properties/SharedAssemblyInfo.cs +++ b/Mapp.UI/Properties/SharedAssemblyInfo.cs @@ -21,5 +21,5 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("2767955e-07e8-410d-83d2-8a27cf1d63d9")] -[assembly: AssemblyVersion("3.5.1.26")] -[assembly: AssemblyFileVersion("3.5.1.26")] +[assembly: AssemblyVersion("3.5.2.27")] +[assembly: AssemblyFileVersion("3.5.2.27")]