Skip to content

Commit

Permalink
Release v3.3.1 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Nov 30, 2023
1 parent 2422daa commit d44bb91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.1] - 2023-11-30

## [3.3.0] - 2023-11-10

### Changed
Expand Down Expand Up @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release adhering to [how-to-release-a-project](https://intranet.giantswarm.io/docs/dev-and-releng/releases/how-to-release-a-project/)


[Unreleased]: https://github.com/giantswarm/docs-indexer/compare/v3.3.0...HEAD
[Unreleased]: https://github.com/giantswarm/docs-indexer/compare/v3.3.1...HEAD
[3.3.1]: https://github.com/giantswarm/docs-indexer/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/giantswarm/docs-indexer/compare/v3.2.1...v3.3.0
[3.2.1]: https://github.com/giantswarm/docs-indexer/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/giantswarm/docs-indexer/compare/v3.1.1...v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name string = "docs-indexer"
source string = "https://github.com/giantswarm/docs-indexer"
version = "3.3.1-dev"
version = "3.3.1"
)

func Description() string {
Expand Down

0 comments on commit d44bb91

Please sign in to comment.