Skip to content

Commit

Permalink
docs(version): Update version to 1.2.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed May 20, 2024
1 parent 0557ef0 commit f95c8c1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.2.6](https://github.com/bancolombia/bin-stash/tree/v1.2.6) (2024-05-20)

[Full Changelog](https://github.com/bancolombia/bin-stash/compare/v1.2.5...v1.2.6)

**Closed issues:**

- implement a semantic versioning and automatic semantic release [\#27](https://github.com/bancolombia/bin-stash/issues/27)
- Add CHANGELOG.md generation [\#26](https://github.com/bancolombia/bin-stash/issues/26)

**Merged pull requests:**

- fix\(updater\): Add dependency updater [\#30](https://github.com/bancolombia/bin-stash/pull/30) ([juancgalvis](https://github.com/juancgalvis))
- ci\(conditions\): Add commit with github app and skip condition when automatic release [\#29](https://github.com/bancolombia/bin-stash/pull/29) ([juancgalvis](https://github.com/juancgalvis))

## [v1.2.5](https://github.com/bancolombia/bin-stash/tree/v1.2.5) (2024-05-03)

[Full Changelog](https://github.com/bancolombia/bin-stash/compare/v1.2.4...v1.2.5)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.2.5
version=1.2.6
toPublish=bin-stash-model,bin-stash-usecase,bin-stash-memory,bin-stash-redis,bin-stash-local,bin-stash-centralized,bin-stash-hybrid
onlyUpdater=true

0 comments on commit f95c8c1

Please sign in to comment.