Skip to content

Commit

Permalink
Update changelog for release 1.28.0 (#200)
Browse files Browse the repository at this point in the history
* Update changelog for release 1.28.0

* Bump version in code as well
  • Loading branch information
jaevans authored Aug 5, 2022
1 parent ffc5deb commit 5693d17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.28.0 / 2022-08-05
* Added:
* Support RHEL versions without RHN credentials
* Supports pay-as-you-go cloud services

### 1.27.0 / 2022-07-30
* Added:
* Add EPEL support for Amazon, Rocky, and Alma distributions
Expand Down
2 changes: 1 addition & 1 deletion lib/simp/beaker_helpers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Simp; end

module Simp::BeakerHelpers
VERSION = '1.27.0'
VERSION = '1.28.0'
end

0 comments on commit 5693d17

Please sign in to comment.