Skip to content

Commit

Permalink
Merge pull request #82 from nspcc-dev/add-changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG.md and release v0.1.2
  • Loading branch information
roman-khimov authored Mar 11, 2024
2 parents bbcedff + 9a54b25 commit 72b4656
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

This document outlines major changes between releases.

## [Unreleased]

### Added

### Fixed

### Changed

## [0.1.2] - 2024-03-11

### Added
- Support for zero-size objects for upload (#80)

### Changed
- `bbolt`: Disabled syncing the DB in the object registry (#67)
- Bump `golang.org/x/net` from 0.15.0 to 0.17.0 (#69)
- Bump `google.golang.org/grpc` from 1.58.0 to 1.58.3 (#70)
- Bump `golang.org/x/crypto` from 0.14.0 to 0.17.0 (#71)
- Upgraded Go version to a minimum 1.20 and updated versions for GitHub Actions and workflows (#77, #78, #79)


## Older versions

Please refer to [GitHub releases](https://github.com/nspcc-dev/xk6-neofs/releases/) for older releases.

[0.1.2]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.1...v0.1.2
[Unreleased]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.2...master

0 comments on commit 72b4656

Please sign in to comment.