Skip to content

Commit

Permalink
Bump version for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Nov 10, 2024
1 parent 07f1150 commit 5b38b1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Nothing yet.

## [1.7.0] - 2024-11-10
### Added
- Add Rails 8.0 support ([#55](https://github.com/komposable/dekorator/pull/55))

## [1.6.0] - 2024-09-10
Expand Down Expand Up @@ -79,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Create `dekorator:install` generator ([a2a36d66](https://github.com/komposable/dekorator/commit/a2a36d66c6de6cb0a00f783794cd29f899bc04b6))
- Create `decorator` generator ([a2a36d66](https://github.com/komposable/dekorator/commit/a2a36d66c6de6cb0a00f783794cd29f899bc04b6))

[Unreleased]: https://github.com/komposable/dekorator/compare/v1.6.0...main
[Unreleased]: https://github.com/komposable/dekorator/compare/v1.7.0...main
[1.7.0]: https://github.com/komposable/dekorator/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/komposable/dekorator/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/komposable/dekorator/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/komposable/dekorator/compare/v1.3.0...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/dekorator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dekorator
VERSION = "1.6.0".freeze
VERSION = "1.7.0".freeze
end

0 comments on commit 5b38b1f

Please sign in to comment.