Skip to content

Commit e75376f

Browse files
authored
Merge pull request #1957 from bastelfreak/rel710
Release 7.1.0
2 parents 18f9105 + fdad798 commit e75376f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
## [7.0.1](https://github.com/voxpupuli/beaker/tree/7.0.1) (2025-08-14)
3+
## [7.1.0](https://github.com/voxpupuli/beaker/tree/7.1.0) (2025-10-01)
4+
5+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.0.1...7.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- \(\#1955\) Implement the powershell tmpfile method with extensions [\#1956](https://github.com/voxpupuli/beaker/pull/1956) ([michael-riddle](https://github.com/michael-riddle))
10+
11+
**Closed issues:**
12+
13+
- The tmpfile method in pswindows needs to implement the use of the extension parameter [\#1955](https://github.com/voxpupuli/beaker/issues/1955)
14+
15+
## [7.0.1](https://github.com/voxpupuli/beaker/tree/7.0.1) (2025-08-15)
416

517
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.0.0...7.0.1)
618

lib/beaker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Beaker
22
module Version
3-
STRING = '7.0.1'
3+
STRING = '7.1.0'
44
end
55
end

0 commit comments

Comments
 (0)