Skip to content

Commit

Permalink
Preparing for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Dec 23, 2020
1 parent 9ec7247 commit a8e9225
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ 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.1.0] - 2020-12-23
### Added
- Ruby 2.7 support ([#37](https://github.com/komposable/dekorator/pull/37))
- List decorators in Rails stats task ([#38](https://github.com/komposable/dekorator/pull/38))
Expand Down Expand Up @@ -37,5 +40,6 @@ 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.0.0...master
[1.0.0]: https://github.com/komposable/dekorator/compare/v1.0.0...1.0.0.pre.1
[Unreleased]: https://github.com/komposable/dekorator/compare/v1.1.0...master
[1.1.0]: https://github.com/komposable/dekorator/compare/v1.0.0...1.1.0
[1.0.0]: https://github.com/komposable/dekorator/compare/v1.0.0.pre.1...1.0.0
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.0.0".freeze
VERSION = "1.1.0".freeze
end

0 comments on commit a8e9225

Please sign in to comment.