Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Branta/Branta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>Branta SDK</Title>
<AssemblyVersion>3.1.5</AssemblyVersion>
<AssemblyVersion>3.1.6</AssemblyVersion>
<Version>$(AssemblyVersion)</Version>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[3.1.6](https://github.com/BrantaOps/branta-dotnet/compare/3.1.5...3.1.6)] - 2026-06-22

### Added
- Silent payment support ([#67](https://github.com/BrantaOps/branta-dotnet/pull/67))
- Encrypted metadata support ([#69](https://github.com/BrantaOps/branta-dotnet/pull/69))

## [[3.1.5](https://github.com/BrantaOps/branta-dotnet/compare/3.1.4...3.1.5)] - 2026-05-29

### Changed
Expand Down
Loading