Skip to content

Commit f8b0bb2

Browse files
release: Servers101 0.1.2
Updating CHANGELOG and Release Notes
1 parent 7bbddaa commit f8b0bb2

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Servers101 0.1.2:
2+
3+
* Added Error Code Support to Server101 (#18)
4+
* MathServer (#15)
5+
* README installation and streaming server instructions (#19)
6+
7+
---
8+
9+
110
## Servers101 0.1.1:
211

312
* New Servers:

Servers101.psd1

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Servers101.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.1'
15+
ModuleVersion = '0.1.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -108,6 +108,14 @@ PrivateData = @{
108108

109109
# ReleaseNotes of this module
110110
ReleaseNotes = @'
111+
## Servers101 0.1.2:
112+
113+
* Added Error Code Support to Server101 (#18)
114+
* MathServer (#15)
115+
* README installation and streaming server instructions (#19)
116+
117+
---
118+
111119
## Servers101 0.1.1:
112120
113121
* New Servers:

0 commit comments

Comments
 (0)