Skip to content

Commit

Permalink
Update changelog for version 0.3.4 and modify GitHub publishing confi…
Browse files Browse the repository at this point in the history
…guration
  • Loading branch information
PrzemyslawKlys committed Nov 25, 2024
1 parent fd27c76 commit 1d7ecd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.3.2/0.3.3 - 2024.11.15
## 0.3.4 - 2024.11.15
### What's Changed
* Further changes to PTR (I'm pretty bad at this), changes default provider from Cloudflare to System by @PrzemyslawKlys in https://github.com/EvotecIT/DnsClientX/pull/14

**Full Changelog**: https://github.com/EvotecIT/DnsClientX/compare/v...v0.3.4

## 0.3.2/0.3.3 - 2024.11.15
### What's Changed
* Few improvements, fix PTR by @PrzemyslawKlys in https://github.com/EvotecIT/DnsClientX/pull/12
* Fix ptr & bump version by @PrzemyslawKlys in https://github.com/EvotecIT/DnsClientX/pull/13
Expand Down
2 changes: 1 addition & 1 deletion Module/Build/Build-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Build-Module -ModuleName 'DnsClientX' {

# global options for publishing to github/psgallery
#New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true
#New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true -ID 'ToGitHub'
#New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true -ID 'ToGitHub' -OverwriteTagName 'DnsClientX-PowerShellModule.<TagModuleVersionWithPreRelease>'
}

0 comments on commit 1d7ecd3

Please sign in to comment.