Skip to content

Commit

Permalink
Merge pull request #51 from trevor-vaughan/release_0.7.1
Browse files Browse the repository at this point in the history
Release of 0.7.1
  • Loading branch information
trevor-vaughan authored May 26, 2021
2 parents 86de8d9 + 8e4c968 commit 50d671f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on
[Keep a Changelog](http://keepachangelog.com)
& makes a strong effort to adhere to
[Semantic Versioning](http://semver.org).

Tracking in this Changelog began for this project in version 0.7.1
If you're looking for changes from before this, refer to the project's
git logs & PR history.

The headers used in [Keep a Changelog](http://keepachangelog.com) are:

- Added - for new features.
- Changed - for changes in existing functionality.
- Deprecated - for soon-to-be removed features.
- Removed - for now removed features.
- Fixed - for any bug fixes.
- Security - in case of vulnerabilities.

# [0.7.1](https://github.com/voxpupuli/beaker/compare/0.7.0...0.7.1) - 25-05-2021

### Fixed

- Re-added the secondary libvirt interface due to 0.7.0 breaking multi-node tests
2 changes: 1 addition & 1 deletion lib/beaker-vagrant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BeakerVagrant
VERSION = '0.7.0'
VERSION = '0.7.1'
end

0 comments on commit 50d671f

Please sign in to comment.