Skip to content

Commit 6d12cbd

Browse files
committed
Prepared for version 1.1.0 release.
1 parent 22ddfbb commit 6d12cbd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@ this : The term 'this' is not recognized as the name of a cmdlet, function, scri
8686
**groupId:** com.github.tuupertunut
8787

8888
**artifactId:** powershell-lib-java
89+
90+
## Changelog
91+
92+
##### 1.1.0
93+
Added support for PowerShell Core on all platforms.
94+
Added support for custom PowerShell executables.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.tuupertunut</groupId>
66
<artifactId>powershell-lib-java</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.1.0</version>
88
<packaging>jar</packaging>
99

1010
<name>PowerShellLibJava</name>

0 commit comments

Comments
 (0)