Skip to content

Commit

Permalink
chore: Automated report [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedRelease authored and AutomatedRelease committed Apr 14, 2024
1 parent 877a35f commit ee48aa7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,34 @@ Iteration 4
- Merge pull request #76 from anion0278/dev

Dev
- Change number of parallel build threads
- 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
4 changes: 2 additions & 2 deletions Mapp.UI/Properties/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit ee48aa7

Please sign in to comment.