Skip to content

Commit

Permalink
chore(master): release 1.37.0 (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 3, 2024
1 parent 298f87c commit 1dfb08b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.37.0](https://github.com/jm33-m0/emp3r0r/compare/v1.36.0...v1.37.0) (2024-04-03)


### Features

* deprecate `gen_agent` cmd in favor of `use gen_agent` module ([add0a7e](https://github.com/jm33-m0/emp3r0r/commit/add0a7eb1b0a0ed916a4b298c4712661421783e9))


### Bug Fixes

* `__libc_dlopen_mode` not found ([322d071](https://github.com/jm33-m0/emp3r0r/commit/322d0719fcb9182b5f5a94e071ad367e9d585eec))
* throw error if shellcode is empty ([06b6549](https://github.com/jm33-m0/emp3r0r/commit/06b654961829f8cd4924848ca8448e7129201000))
* update deps ([298f87c](https://github.com/jm33-m0/emp3r0r/commit/298f87c380adfa13c90c656bec5cf3e5c3517e63))

## [1.36.0](https://github.com/jm33-m0/emp3r0r/compare/v1.35.3...v1.36.0) (2024-01-31)


Expand Down
2 changes: 1 addition & 1 deletion core/lib/data/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (

// Version hardcoded version string
// see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30
Version = "v1.36.0" // x-release-please-version
Version = "v1.37.0" // x-release-please-version

// RShellBufSize buffer size of reverse shell stream
RShellBufSize = 128
Expand Down

0 comments on commit 1dfb08b

Please sign in to comment.