Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Jan 19, 2021
1 parent e294c13 commit 73f874f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

No unreleased features

## Released

### v1.10.0

### Breaking Changes

* `Expand-Device` no longer fetches the device managed object when given the id when being called from a function that does not makes use of a "Force" parameter. If you would like the old functionality, then add the new "-Fetch" parameter when calling `Expand-Device`.
Expand Down Expand Up @@ -126,8 +130,6 @@ No unreleased features
* `Set-Session` no longer causes the terminal bell/chime when using backspace or arrow keys.
## Released
### v1.9.1
#### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Reuben Miller
Copyright (c) 2021 Reuben Miller

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions tools/PSc8y/PSc8y.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = './PSc8y.psm1'

# Version number of this module.
ModuleVersion = '1.9.1'
ModuleVersion = '1.10.0'

# Supported PSEditions
CompatiblePSEditions = @(
Expand All @@ -31,7 +31,7 @@ Author = 'Reuben Miller'
CompanyName = ''

# Copyright statement for this module
Copyright = '(c) 2020. All rights reserved.'
Copyright = '(c) 2021. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Cumulocity REST API'
Expand Down

0 comments on commit 73f874f

Please sign in to comment.